Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/popomore/ibump
- Owner: popomore
- Created: 2013-05-07T11:21:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T10:30:58.000Z (over 8 years ago)
- Last Synced: 2024-04-24T13:10:14.595Z (9 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
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