https://github.com/shimohq/update-package-version
Update your package version in package.json and git commit it automatically
https://github.com/shimohq/update-package-version
Last synced: 6 months ago
JSON representation
Update your package version in package.json and git commit it automatically
- Host: GitHub
- URL: https://github.com/shimohq/update-package-version
- Owner: shimohq
- License: mit
- Created: 2018-10-25T02:14:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T07:55:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-17T22:07:10.691Z (7 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://img.shields.io/npm/v/shimo-upv.svg?style=flat)
[](http://opensource.org/licenses/MIT)# 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 -p lodash 4.0.0`
# License
MIT