https://github.com/aganglada/esdeps
🏄 Dependency version linter
https://github.com/aganglada/esdeps
command-line dependencies linter npmjs tool versioning
Last synced: 2 months ago
JSON representation
🏄 Dependency version linter
- Host: GitHub
- URL: https://github.com/aganglada/esdeps
- Owner: aganglada
- Created: 2017-04-09T19:39:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T19:48:17.000Z (about 9 years ago)
- Last Synced: 2025-06-30T21:04:36.901Z (12 months ago)
- Topics: command-line, dependencies, linter, npmjs, tool, versioning
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏄 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... 💥

### Contributing
I would love to see you contributing to esdeps, also by giving feedback.
If you think something is missing, [create a new issue](https://github.com/aganglada/esdeps/issues).
[Pull request](https://github.com/aganglada/esdeps/pulls) are more than welcome ❤️️
### License
MIT