Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 976 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 976 Bytes

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.

Downloads

NodeMuncher Illustration

NodeMuncher Illustration

Usage:

To get started with NodeMuncher, simply install it globally via npm and run the command with your desired directory:

Package Details:

npm-package-version: 1.1.2
npm-package-name: nodemuncher

Installation:

npm install -g nodemuncher

If you encounter permission issues, use:

sudo npm install -g nodemuncher

Running NodeMuncher:

npx nodemuncher --directory ./path/to/your/project

If you want to target the current directory, simply omit the path:

npx nodemuncher --directory .