nuup

Yet another `npm publish` with superpowers.

Downloads
95
Stars
5

nuup

nuup takes care of changing the version in your package.json: commit, push, and publish.

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

  • [--no-npm | -n]

Bump package.json version without performing npm publish.

License

MIT

Author

me
Pablo Varela