Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)