@8base/schema-name-generator 中文文档教程
Publish to NPM
(只有有权访问 master 的用户才能发布新的更新)当你需要在 NPM 中更新库时使用它。 以下命令会自动设置版本,为其创建标签,构建包并发布到 NPM
git add -A
git commit -m 'version update'
npm version [major | minor | patch]
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]