1.0.6 • Published 4 months ago

unexport v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

unexport

Find unused exports or unused packages in your project.

How to install

npm install unexport --global

How to use this project

  1. Install the project with "npm install unexport --global"
  2. Your project need to have unexport.json, you can auto generate using "unexport init"
  3. Run "unexport go" and find the unused exports and node modules

Optional parameters

  1. -p/--packages: show only unused installed packages
  2. -f/--file: show only usused exports

Note: Currently this project don't support alias or CommonJS module syntax (ie require)

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago