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:
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 removeIf you wanna analyze all unused packages in your repository, run the following command:
npx unused-packages-cleaner analyzeWhy 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.
