Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstacruz/bump-cli
Command-line version incrementer
https://github.com/rstacruz/bump-cli
Last synced: 28 days ago
JSON representation
Command-line version incrementer
- Host: GitHub
- URL: https://github.com/rstacruz/bump-cli
- Owner: rstacruz
- License: mit
- Created: 2014-08-11T04:44:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T11:45:55.000Z (over 1 year ago)
- Last Synced: 2024-10-05T08:11:35.597Z (about 1 month ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 38
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# @rstacruz/bump-cli
Bumps semantic versions according to [semver] guidelines.
![Screenshot]( http://cdn.rawgit.com/rstacruz/bump-cli/a251c63/bump.png )
[![Status](https://travis-ci.org/rstacruz/bump-cli.svg?branch=master)](https://travis-ci.org/rstacruz/bump-cli)
## Install
```sh
npx @rstacruz/bump-cli --help
```See [command line options][options].
[![npm version](https://badge.fury.io/js/bump-cli.svg)](https://npmjs.org/package/bump-cli "View this project on npm")
## Note on upgrading
Version `1.x` and below was published under `bump-cli`, but the newer versions are published under `@rstacruz/bump-cli`.
## Thanks
Inspired by [@marksteve]'s [bump][bump-py]. `bump-cli` is backwards-compatible
(mostly) with the old 2013 version bump.[@marksteve]: https://github.com/marksteve
[bump-py]: https://github.com/marksteve/bump:copyright:
**@rstacruz/bump-cli** © 2014-2021, Rico Sta. Cruz. Released under the [MIT] License.
Authored and maintained by Rico Sta. Cruz with help from contributors. [(list)][contributors]> [ricostacruz.com](http://ricostacruz.com) ·
> GitHub [@rstacruz](https://github.com/rstacruz) ·
> Twitter [@rstacruz](https://twitter.com/rstacruz)[MIT]: http://mit-license.org/
[contributors]: http://github.com/rstacruz/bump-cli/contributors
[semver]: https://www.npmjs.org/package/semver
[options]: Help.txt