semver-cli-check

Crates.iosemver-cli-check
lib.rssemver-cli-check
version0.1.8
sourcesrc
created_at2024-03-20 23:59:30.578985
updated_at2024-03-27 14:17:30.613458
descriptioncli util to validate semver
homepage
repositoryhttps://github.com/vaporif/semver-cli-check
max_upload_size
id1181080
size13,233
Dmytro Onypko (vaporif)

documentation

https://github.com/vaporif/semver-cli-check

README

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

Commit count: 29

cargo fmt