Yet another npm publish with superpowers.
nuup takes care of changing the version in your package.json
: tag, commit and push.
npm install -g nuup
Or just use it directly with npx
:
npx nuup
$ nuup [patch, minor, major, <version>]
$ 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
[--version | -v]
Show nuup version
MIT
Pablo Varela |