crates-updater

1.9.5 • Public • Published

crates-updater License: GPL v3 npm version

Check your Rust packages for updates.

Prerequisites

Installation

ℹ️ This is a pure 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

5

Version

1.9.5

License

GPL-3.0

Unpacked Size

40.3 kB

Total Files

9

Last publish

Collaborators

  • ffflorian