Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bb010g/semver.sh
Semantic versioning functions in pure Bash
https://github.com/bb010g/semver.sh
Last synced: 21 days ago
JSON representation
Semantic versioning functions in pure Bash
- Host: GitHub
- URL: https://github.com/bb010g/semver.sh
- Owner: bb010g
- License: apache-2.0
- Created: 2018-07-04T22:27:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T08:33:38.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T15:12:43.329Z (2 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-preamble.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Semver.sh
Semver.sh is a library of semantic versioning functions written in pure Bash,
dual licensed under the Apache License 2.0 and MIT Licenses, at your discretion.
It can be safely sourced into your script or copied in piecemeal (see VENDORING
in the manual).To test, execute `test.sh`. Building the full README or traditional manual page
requires [**mandoc(1)**](http://mandoc.bsd.lv/).# SEMVER(3)