pg-sql-generator
v0.0.5
Published
postgresql generator
Downloads
27
Readme
pg-sql-generator
develop
# Commit and push your code to git
git add .
git commit -m 'xxx'
git push
# Publish your package to NPM
npm version patch # Bumping a new version
npm config set registry https://registry.npmjs.org/
npm publish
npm config set registry https://registry.npmmirror.com/
npm config get registry
Reference
- https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c
- https://medium.com/@carljohan.kihl/get-your-npm-package-covered-with-jest-and-codecov-%EF%B8%8F-9a4cb22b93f4