https://github.com/alexeyraspopov/node-bump
Update project version and create tag easily
https://github.com/alexeyraspopov/node-bump
Last synced: 5 months ago
JSON representation
Update project version and create tag easily
- Host: GitHub
- URL: https://github.com/alexeyraspopov/node-bump
- Owner: alexeyraspopov
- Created: 2014-03-31T12:24:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T13:58:48.000Z (almost 10 years ago)
- Last Synced: 2024-12-01T03:34:09.261Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# version-bump
Update project version and create tag easily. This package works with `bower.json`, `package.json` and `component.json`.
## NPM
If you're using NPM only check [native solution](https://docs.npmjs.com/cli/version)
npm version [ | major | minor | patch | premajor | preminor | prepatch | prerelease]
## Install
npm install -g version-bump
## Usage
bump [options]
* `--patch`, `--minor`, `--major` - Increase specific version
* `--no-tags` - Do not create git tag
* `--push` - Push to remote repo## TODO
* `--files` get list of manifests for update
* `--info` shows latest tag and manifests version## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License) (c) Alexey Raspopov