Skip to content

aganglada/esdeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ„ esdeps

Command-line tool to easily check your dependencies versions.

Install

$ npm install esdeps -g

Usage

Using esdeps is quite simple. Go to the root folder of your project, where your package.json is and run:

$ esdeps

There are some options available:

Use --env prod to only check dependencies

$ esdeps --env prod

Use --env dev to only check devDependencies

$ esdeps --env dev

If you run it with no options, esdeps will check all for you.

And boom... πŸ’₯

esdeps dependency checker

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

Releases

No releases published

Packages

No packages published