5 releases

0.1.8 Mar 27, 2024
0.1.7 Mar 27, 2024

#182 in Cargo plugins

Download history 1/week @ 2024-06-16 7/week @ 2024-06-23 27/week @ 2024-06-30 1/week @ 2024-07-14 4/week @ 2024-07-28 6/week @ 2024-09-22 57/week @ 2024-09-29

63 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.3–2MB
~36K SLoC