Find unused exports or unused packages in your project.
npm install unexport --global
- 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
- -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)