Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/popomore/ibump

change version, create tag, publish to npm
https://github.com/popomore/ibump

Last synced: about 2 months ago
JSON representation

change version, create tag, publish to npm

Awesome Lists containing this project

README

        

# iBump

> bump version, create tag and publish to npm

-----

Alternatively, You can use [npm version](https://npmjs.org/doc/cli/npm-version.html).

## Install

Install with npm:

```
$ npm install ibump -g
```

## Usage

```
Usage: ibump [options]

Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose
-M, --major major +1
-m, --minor minor +1
-p, --patch patch +1
```

## Lisence

MIT