npm-shrink
v0.1.2
Published
Find unreliable dependencies of your package
Readme
npm-shrink
Utility that looks for possibly unreliable dependencies.
Currently npm-shrink finds only packages with 0.0.x (patch) version. See roadmap for more.
Install
npm install npm-shrink -gUsage
npm-shrink [email protected]Console output:
Package: '[email protected]'
Branch:
[ '[email protected]', '[email protected]' ]
Package: '[email protected]'
Branch:
[ '[email protected]', '[email protected]', '[email protected]' ]
Package: '[email protected]'
Branch:
[ '[email protected]',
'[email protected]',
'[email protected]' ]
Package: '[email protected]'
Branch:
[ '[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]' ]Roadmap
- Work with local packages
- More warnings
- Package is 0.x.y and has only one contributor
- Package is outdated
- User interface
License
MIT
