Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j4ng5y/modversion
A simple little app to assist in SemVer
https://github.com/j4ng5y/modversion
Last synced: 14 days ago
JSON representation
A simple little app to assist in SemVer
- Host: GitHub
- URL: https://github.com/j4ng5y/modversion
- Owner: j4ng5y
- Created: 2020-05-25T19:28:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T19:55:15.000Z (over 4 years ago)
- Last Synced: 2024-10-22T08:33:01.974Z (2 months ago)
- Language: Go
- Size: 11.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modversion
A simple little app that helps me in SemVer stuff, including, but not limited to, go modules.
## Usage
I feel like the usage is fairly self explanitory, but if anyone wants me to make more documentation, let me know in an [Issue](https://github.com/j4ng5y/modversion/issues).
```bash
bin/modversion -h
A simple method of automated Go module versioningUsage:
version [flags]
version [command]Available Commands:
help Help about any command
major++ Increment Major Version
major-- Decrement Major Version
minor++ Increment Minor Version
minor-- Decrement Minor Version
patch++ Increment Patch Version
patch-- Decrement Patch VersionFlags:
-h, --help help for version
-v, --version version for version
-f, --version-file string The file in which to store the versioning information (default "./VERSION")Use "version [command] --help" for more information about a command.
```