0.1.0 • Published 10 months ago

@bloom-labs/utils v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@bloom-labs/utils

@bloom-labs/utils downloads CI

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 and README.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:

0.1.0

10 months ago