nuup
v5.0.0
Published
Yet another npm publish. For me.
Downloads
86
Maintainers
Readme
nuup
nuup takes care of changing the version in your package.json
: tag, commit and push.
Install
npm install -g nuup
Usage
$ nuup [patch, minor, major, <version>]
Examples
$ nuup # default action is patch
0.0.0 => 0.0.1
$ nuup patch
0.0.1 => 0.0.2
$ nuup minor
0.0.2 => 0.1.0
$ nuup major
0.1.0 => 1.0.0
$ nuup 9.8.7
1.0.0 => 9.8.7
Options
[--version | -v]
Show nuup version
License
MIT
Author
| | | --------------------------------- | | Pablo Varela |