An open API service indexing awesome lists of open source software.

https://github.com/pablopunk/nuup

Yet another `npm publish` with superpowers.
https://github.com/pablopunk/nuup

Last synced: about 1 year ago
JSON representation

Yet another `npm publish` with superpowers.

Awesome Lists containing this project

README

          

# nuup








Yet another npm publish with superpowers.

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

## Install

```sh
npm install -g nuup
```

Or just use it directly with `npx`:

```sh
npx nuup
```

## Usage

```sh
$ nuup [patch, minor, major, ]
```

[![asciicast](https://asciinema.org/a/TmCFYO8SZ6t7K5S6DbSof6sNG.svg)](https://asciinema.org/a/TmCFYO8SZ6t7K5S6DbSof6sNG)

### Examples

```sh
$ 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

| ![me](https://gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?size=100) |
| --------------------------------- |
| [Pablo Varela](https://pablo.life) |