| Crates.io | semver-cli-check |
| lib.rs | semver-cli-check |
| version | 0.1.8 |
| created_at | 2024-03-20 23:59:30.578985+00 |
| updated_at | 2024-03-27 14:17:30.613458+00 |
| description | cli util to validate semver |
| homepage | |
| repository | https://github.com/vaporif/semver-cli-check |
| max_upload_size | |
| id | 1181080 |
| size | 13,233 |
Small semver version checker cli tool
Binary
cargo binstall semver-cli-check
From Sources
cargo install semver-cli-check
$ 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