nuup
October 4, 2024 ยท View on GitHub
Yet another npm publish with superpowers.
nuup takes care of changing the version in your package.json: tag, commit and push.
Install
npm install -g nuup
Or just use it directly with npx:
npx 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 |