Huskehhh / ncu-rs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 100.0%