crates-updater
TypeScript icon, indicating that this package has built-in type declarations

1.7.2 • Public • Published

crates-updater License: GPL v3 npm version

Check your Rust packages for updates.

Prerequisites

Installation

ℹ️ This is a hybrid CommonJS / ESM module.

Run yarn global add crates-updater or npm i -g crates-updater.

Usage

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

Examples

# returns either a newer version or nothing
crates-updater ripgrep -q 0.9.0

# returns the latest version with a helpful text
crates-updater ripgrep

API Usage

See cli.ts.

Package Sidebar

Install

npm i crates-updater

Weekly Downloads

84

Version

1.7.2

License

GPL-3.0

Unpacked Size

45 kB

Total Files

17

Last publish

Collaborators

  • ffflorian