| Crates.io | ncu-rs |
| lib.rs | ncu-rs |
| version | 0.2.0 |
| created_at | 2022-06-05 10:51:59.234336+00 |
| updated_at | 2022-08-30 02:31:08.883988+00 |
| description | A stupid simple and fast cli for updating your package.json dependencies. |
| homepage | |
| repository | https://github.com/Huskehhh/ncu-rs |
| max_upload_size | |
| id | 600146 |
| size | 48,184 |
A stupid simple and fast cli for updating your package.json dependencies.
$ cargo install ncu-rs
By default, points to the current directory package.json, but you can optionally specify a path.
$ ncu-rs -h
USAGE:
ncu-rs [OPTIONS] [path]
ARGS:
<path> Optional path to package.json
OPTIONS:
-h, --help Print help information
-u, --update Enables updating of dep versions in package.json
-V, --version Print version information
A dry run:
$ ncu-rs ~/Documents/mycoolproject/package.json
A real run (will make changes to your package.json!):
$ ncu-rs -u ~/Documents/mycoolproject/package.json