@oriter/utils
v1.3.0
Published
A Package for utilities used across the Oriter infrastructure
Downloads
96
Readme
Oriter Utils
A Package for utilities used across the Oriter infrastructure
Installation
Run: npm i -S @oriter/utils
Publishing
First, bump the version with, one of these commands:
npm version patch
npm version minor
npm version major
Then build the code, with: npm run build
Lastly, publish with: npm publish
NOTE: You need to be logged into NPM and have access to the Oriter organization.