unexport
v1.0.6
Published
find unused exports
Downloads
4
Maintainers
Readme
unexport
Find unused exports or unused packages in your project.
How to install
npm install unexport --global
How to use this project
- Install the project with "npm install unexport --global"
- Your project need to have unexport.json, you can auto generate using "unexport init"
- Run "unexport go" and find the unused exports and node modules
Optional parameters
- -p/--packages: show only unused installed packages
- -f/--file: show only usused exports
Note: Currently this project don't support alias or CommonJS module syntax (ie require)