@damienmortini/dependency-cleaner
v0.0.9
Published
Small tool to auto install/uninstall a package dependencies by analyzing the source code.
Readme
Dependency Cleaner
Small tool to auto install/uninstall a package dependencies by analyzing the source code.
Thanks to depcheck 🙏
Use
Run npx depclean in a folder with a package.json to clean dependencies.
Options
--no-install will just display packages that need to be updated without installing, uninstalling them.
