Skip to content

jsimonrichard/node-module-version-checker-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Module Version Checker

A utility to quickly check whether your installed node_modules actually matches your package.json file(s).

Supports hoisted node_modules with workspaces specified using the "workspaces" package.json attribute.

To install, run

cargo install --path .

General:

Usage: nmvc [OPTIONS] <COMMAND>

Commands:
  tree  Show dependency tree for a package
  diff  Compare dependencies between two packages
  help  Print this message or the help of the given subcommand(s)

Options:
  -d, --depth <DEPTH>
  -h, --help           Print help
  -V, --version        Print version

Tree:

Show the dependency tree for a package

Usage: nmvc tree [PACKAGES]...

Arguments:
  [PACKAGES]...

Options:
  -h, --help  Print help

Diff:

Compare dependencies between two packages

Usage: nmvc diff <LEFT> <RIGHT>

Arguments:
  <LEFT>
  <RIGHT>

Options:
  -h, --help  Print help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published