Home

Awesome

nuup

<p align="center"> <a href="https://travis-ci.org/pablopunk/nuup"><img src="https://img.shields.io/travis/pablopunk/nuup.svg" /></a> <a href="https://codecov.io/gh/pablopunk/nuup"><img src="https://img.shields.io/codecov/c/github/pablopunk/nuup.svg" /></a> <a href="https://standardjs.com"><img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" /></a> <a href="https://github.com/pablopunk/miny"><img src="https://img.shields.io/badge/made_with-miny-1eced8.svg" /></a> <a href="https://www.npmjs.com/package/nuup"><img src="https://img.shields.io/npm/dt/nuup.svg" /></a> </p> <p align="center"> <i>Yet another npm publish with superpowers.</i> </p>

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>]

asciicast

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

Show nuup version

License

MIT

Author

me
Pablo Varela