Skip to content

Diffs the dependencies used between N packages.json

License

Notifications You must be signed in to change notification settings

agileek/diff-packages

 
 

Repository files navigation

diff-packages

Build Status

Shows a diff of dependencies between N packages.json

Useful when migrating to yarn workspaces

Install

npm i -g diff-packages (Or use npx)

Usage

# Use packages
diff-packages /foo/bar/package.json /path/to/comparing/node_modules

# Specify devDependencies in packages
diff-packages --dev package.json /other/package.json

# Want to see both ?
diff-packages --both package.json /other/package.json

# Want to fail on pour CI?
CI=true diff-packages --both package.json /other/package.json

About

Diffs the dependencies used between N packages.json

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%