#semver #cargo #subcommand

app semver-cli-check

cli util to validate semver

5 releases

0.1.8 Mar 27, 2024
0.1.7 Mar 27, 2024

#116 in Cargo plugins

Download history 343/week @ 2024-03-18 210/week @ 2024-03-25 171/week @ 2024-04-01

724 downloads per month

MIT license

6KB

crates.io fmt/clippy/build

Small semver version checker cli tool

Installation

Binary

cargo binstall semver-cli-check

From Sources

cargo install semver-cli-check

Usage

$ semver-cli-check

Usage: semver-cli-check -r <REQUESTED_VERSION> <VERSION_TO_TEST>

Arguments: <VERSION_TO_TEST> SemVer to check

Options: -r <REQUESTED_VERSION> SemVer requirement describing the intersection of some version comparators, such as >=1.2.3, <1.8. -h, --help Print help

Dependencies

~1.4–2MB
~38K SLoC