NodeMuncher is a powerful and user-friendly CLI tool with 1000+ downloads designed to help developers keep their projects clean and clutter-free. It specializes in locating and removing all node_modules
directories within a specified path, making it easier to manage and maintain your codebase.
To get started with NodeMuncher, simply install it globally via npm and run the command with your desired directory:
npm-package-version: 1.1.2
npm-package-name: nodemuncher
npm install -g nodemuncher
If you encounter permission issues, use:
sudo npm install -g nodemuncher
npx nodemuncher --directory ./path/to/your/project
If you want to target the current directory, simply omit the path:
npx nodemuncher --directory .