chk-dependencies
v1.0.0
Published
Check which dependencies are installed and which are not from the one specified in package.json
Downloads
3
Maintainers
Readme
chk-dependencies
Check which dependencies are installed and which are not from the one specified in package.json
Install
$ npm install --global chk-dependencies
Use
$ cd git-project
$ chk-dependencies
┌─────────────┬─────────┐
│ Module Name │ Status │
├─────────────┼─────────┤
│ chalk │ Present │
├─────────────┼─────────┤
│ cli-table │ Present │
├─────────────┼─────────┤
│ fs │ Present │
├─────────────┼─────────┤
│ q │ Present │
└─────────────┴─────────┘