@8base/schema-name-generator
v0.1.23
Published
(only user with access to master can release new updates) Use this when you need to update the library in NPM. The following command will automatically set the version, create a tag for it, build the package and publish it to NPM ``` git add -A git commit
Downloads
1,645
Readme
Publish to NPM
(only user with access to master can release new updates) Use this when you need to update the library in NPM. The following command will automatically set the version, create a tag for it, build the package and publish it to NPM
git add -A
git commit -m 'version update'
npm version [major | minor | patch]