1.0.0 ā€¢ Published 6 years ago

npm-what v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

npm-what

šŸ” are you really using node modules properly?

Npm Version Coverage Status Dependency Status devDependency Status npm npm

Installation

npm install npm-what -g

Usage

Usage: npm-what [options]

Commands:
  -h, --help, help             Output usage information
  -v, --version, version       Output the version number

Options:
  -d, --directory [path]       The path of the project you want to check (default directory is process.cwd())

Key

EmojiExplanationWhat should you do
šŸ–•you aren't even referencing this moduleinstall this globally not explicitly in the project
šŸ™„this is less than a hundred lines of codegrab the parts you need, ditch the package
šŸ”Øneeds some work, but referenced enough times to mandate useyou should contribute to this project
šŸ‘congratulations šŸ‘Cool you use modules...

Example

npm-what running against itself

$ npm-what

āœ” Parsed 7 modules

> Project
| LOC  | Modules Required |
| ---- | ---------------- |
| 6879 | 7                |

> Modules Required
| Module                | LOC   | Ocurrences | Verdict |
| --------------------- | ----- | ---------- | ------- |
| cloc@^2.3.2           | 12621 | 0          | šŸ‘      |
| depcheck@^0.6.8       | 2295  | 1          | šŸ‘      |
| markdown-table@^1.1.1 | 565   | 1          | šŸ‘      |
| ora@^1.3.0            | 411   | 1          | šŸ”Ø      |
| eslint@^4.13.1        | 63751 | 1          | šŸ‘      |
| tap@^11.0.0           | 3708  | 1          | šŸ‘      |
| tape@^4.8.0           | 3707  | 2          | šŸ‘      |

> if you see modules that are not in your package.json running `npm update` should resolve your project tree

TLDR;

This module finds the amount of code that your project consists of, then it finds the amount of code used by all of your dependencies and gives you a grade based on how well you are using that dependency

1.0.0

6 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago