@bloom-labs/utils
v0.1.0
Published
TypeScript library for utility classes and functions used across Bloom packages
Downloads
3
Readme
@bloom-labs/utils
TypeScript library for utility classes and functions used across Bloom packages
Installation
# NPM
npm i @bloom-labs/utils
# Yarn
yarn add @bloom-labs/utils
Usage
...
Publishing
To create and publish a new release, do the following:
# Execute the release script with x.y.z version
$ ./scripts/release.sh x.y.z
This takes care of...
- Updating the version number (in
package.json
andREADME.md
) - Committing the changes to the working branch
- Tagging the latest commit with the appropriate version number
- Pushing the commit and tag to the repository
Contributing
Please feel free to make a contribution in the following ways:
- Filing a bug report
- Creating a pull request