#semver #version #semantic #versioning

app ver

编辑和比较语义版本号

1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2016年2月20日

#78#versioning

MIT 协议

5KB
95 代码行数(不含注释)

Build Status Crates.io

ver

编辑和比较语义版本号。

使用方法

Usage: ver [OPTIONS] VERSION [VERSION]
Edit and compare semantic version numbers.

Options:
    -1, --major         Increment the major version number.
    -2, --minor         Increment the minor version number.
    -3, --patch         Increment the patch version number.
    -e, --equal-to      Confirm VERSION is equal to VERSION.
    -g, --greater-than  Confirm VERSION is greater than VERSION.
    -h, --help          Displays this help mssage.
    -l, --less-than     Confirm VERSION is less than VERSION.
    -v, --version       Displays the version of this program.

安装

使用 Cargo 进行安装。

cargo install ver

许可协议

在 MIT 许可协议下发布。

依赖

~1MB
~17K SLoC