@sunami/constants
v0.1.0
Published
A package of generic constants, enums, etc. in all Sunami LLC related projects.
Downloads
2
Readme
@sunami/constants
A package of generic constants, enums, etc. in all Sunami LLC related projects.
Installation
Run: npm i -S @sunami/constants
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 Sunami organization.