#npm #version #bump #cli #cargo #projects #part

bin+lib cnctd_bump

CLI to bump versions for Rust and NPM projects

10 releases

0.1.9 Sep 28, 2023
0.1.8 Sep 25, 2023

#637 in Development tools

23 downloads per month
Used in 2 crates (via cnctd)

MIT license

12KB
64 lines

Both a module and a simple CLI to bump NPM and Cargo versions (Go, iOS, and Android support coming soon).

Install with "cargo install cnctd_bump"

Use by navigating to the root directory of your NPM or Cargo project and running "cnctd-bump [version-part]"

Acceptible version parts are "major", "minor", and "patch". If no version part is specified, it defaults to "patch"

Dependencies

~9–24MB
~354K SLoC