1.0.13 • Published 2 years ago

dead-exports v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dead-exports

Find unused exports in your project. this includes classes, functions and anonymous functions

use npx:

npx dead-exports

or with settings:

npx dead-exports --e=folder --s=ignore,ingnoreMe

to change entry folder and ignore some folders

by default it will look recursively in your ./src folder but this can be changed if you don´t want a folder to be searched use --s (skip), this can be handy if you have a subrepo.

CommandExplanation- DefaultExample
--e=sets the entry of the search--e=./srcnpx dead-exports --e=folder
--s=ignore some folders--s=npx dead-exports --s=ignore,ingnoreMe

please report any bugs at https://github.com/Tobbb/dead-exports

1.0.13

2 years ago

1.0.11

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago