unused-packages-cleaner
v1.2.5
Published
Go to your project folder, if you wanna uninstall all unused packages in your repository, run the following command:
Downloads
5
Readme
Remove all unused files from the repository
Getting started
Go to your project folder, if you wanna uninstall all unused packages in your repository, run the following command:
npx unused-packages-cleaner remove
If you wanna analyze all unused packages in your repository, run the following command:
npx unused-packages-cleaner analyze
Why to use?
This package will remove all unused packages in your repository, including the node_modules
folder.
With one package you can clean all your repositories at once time and save a lot of time.