5 releases

0.1.8 Mar 27, 2024
0.1.7 Mar 27, 2024

#224 in Cargo plugins

Download history 6/week @ 2024-11-09 8/week @ 2024-11-30 20/week @ 2024-12-07 11/week @ 2024-12-14 3/week @ 2024-12-28 23/week @ 2025-01-04 8/week @ 2025-01-11 54/week @ 2025-02-08

54 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–1.9MB
~35K SLoC