0.0.2 • Published 6 years ago

shimo-upv v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Npm Version MIT license

Update Package Version (UPV)

Update your nodejs app package version in package.json and git commit it automatically.

The commit message is like chore: update package version to 2.2.2.

Install

npm i -g shimo-upv

Usage

upv your-pacakge-name your-package-version [-p]

Use -p option if you want to push that commit to git.

Example

upv lodash 4.0.0 -p

License

MIT