This repository was archived by the owner on Feb 5, 2023. It is now read-only.
crates-updater 1.2.2
Install from the command line:
Learn more about npm packages
$ npm install @ffflorian/crates-updater@1.2.2
Install via package.json:
"@ffflorian/crates-updater": "1.2.2"
About this version
Check your Rust packages for updates.
Run yarn global add crates-updater or npm i -g crates-updater.
Usage: crates-updater [options] <package> [packageVersion]
Check your Rust packages for updates.
Options:
-q, --quiet quiet mode. Display newer version or nothing
-v, --version output the version number
-h, --help output usage information
# returns either a newer version or nothing
crates-updater ripgrep -q 0.9.0
# returns the latest version with a helpful text
crates-updater ripgrepSee cli.ts.