ncu-rs

Crates.ioncu-rs
lib.rsncu-rs
version0.2.0
sourcesrc
created_at2022-06-05 10:51:59.234336
updated_at2022-08-30 02:31:08.883988
descriptionA stupid simple and fast cli for updating your package.json dependencies.
homepage
repositoryhttps://github.com/Huskehhh/ncu-rs
max_upload_size
id600146
size48,184
Jordyn Newnham (Huskehhh)

documentation

README

ncu-rs

A stupid simple and fast cli for updating your package.json dependencies.

Installation

$ cargo install ncu-rs

Usage

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
Commit count: 12

cargo fmt