esdeps
v1.0.0
Published
Command line tool for js dependencies version checker
Readme
🏄 esdeps
Command-line tool to easily check your dependencies versions.
Install
$ npm install esdeps -gUsage
Using esdeps is quite simple. Go to the root folder of your project, where your package.json is and run:
$ esdepsThere are some options available:
Use --env prod to only check dependencies
$ esdeps --env prodUse --env dev to only check devDependencies
$ esdeps --env devIf you run it with no options, esdeps will check all for you.
And boom... 💥

Contributing
I would love to see you contributing to esdeps, also by giving feedback. If you think something is missing, create a new issue.
Pull request are more than welcome ❤️️
License
MIT
