5 releases

0.1.8 Mar 27, 2024
0.1.7 Mar 27, 2024

#215 in Cargo plugins

Download history 2/week @ 2024-11-14 4/week @ 2024-11-28 13/week @ 2024-12-05 19/week @ 2024-12-12 3/week @ 2024-12-19 19/week @ 2025-01-02 15/week @ 2025-01-09 55/week @ 2025-02-13

55 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.2–1.9MB
~34K SLoC