semverator
A simple Rust CLI tool to implement teaxyz/cli's `semver.ts` for improved testing.
semverator
Dealing with semantic versions in bash is annoying at best. Instead of things like:
test $MAJOR -eq 1 -a $MINOR -lt 63
wouldn't you rather do
semverator lt $VERSION 1.63.0
? I certainly would.