Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivernn/bump
A simple tool for managing project version files.
https://github.com/olivernn/bump
bumpversion cli rust semver
Last synced: 20 days ago
JSON representation
A simple tool for managing project version files.
- Host: GitHub
- URL: https://github.com/olivernn/bump
- Owner: olivernn
- Created: 2016-09-25T15:21:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T17:35:55.000Z (over 6 years ago)
- Last Synced: 2024-11-10T02:29:36.752Z (2 months ago)
- Topics: bumpversion, cli, rust, semver
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bump
A simple tool for managing project version files.
## Usage
```
Usage:
bump init [options]
bump major [options]
bump minor [options]
bump patch [options]
bump build [options]
bump pre[options]
bump [options]Options:
-h, --help Show this screen
-f, --file= Specify the version file path
```