node-modules-analyzer
v1.3.2
Published
<p align="center"><h1 align="center"> node-modules-analyzer </h1>
Downloads
32
Readme
About
node-modules-analyzer
Shows a report of all "defects" inside your node modules, which are folders and files that should have not been published by package authors!
You can get a small report of what are the problems and how much space can be saved up on each package and if you fix your entire node_modules
folder!
Install
yarn add -D node-modules-analyzer
Usage
npx node-modules-analyzer
It will automatically get the node_modules that is on the current directory you are!
if you run
npx node-modules-analyzer --path ../node_modules
it will pick up the path you give it!
Contributing
Please consult CONTRIBUTING for guidelines on contributing to this project.
Author
node-modules-analyzer © PlayMa256, Released under the Apache-2.0 License.