Skip to content

omarakamal/rm-node-m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

rm-node-m

A tiny CLI tool to remove all node_modules folders from the current directory and all subdirectories.

We've all been there and seen the memes about how heavy node_modules is

Installation

Run without installing (recommended)

npx rm-node-modules

Or install globally

npm install -g rm-node-modules

Usage

From the directory you want to clean:

rm-node-modules

This will:

  • Start from the current directory
  • Recursively search all subdirectories
  • Delete every node_modules folder it finds

Warning

This command permanently deletes node_modules folders.

Make sure:

  • You run it in the correct directory
  • You can reinstall dependencies with npm install
  • omar and omardevelopment is not responsible for any lost folders or files due to this package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published