Skip to content

A script to recursively remove all node_modules throughout a given folder.

Notifications You must be signed in to change notification settings

whiteroach/nodificator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NODIFICATOR

Nodificator has no mercy!

A script to recursively remove all node_modules throughout a given folder. nodificator

Build

Build the crate using cargo:

cargo build --release

Usage:

Choose a directory that you want to free from the bourdon of node_modules and run :

./nodificator <path>

You can also type "h" or "--help" to access the commands available:

./nodificator h
//or
./nodificator --help

Todo:

  • Improve README file
  • Re-Organize modules
  • Improve Error Handling
  • Add Help functionality
  • Add a counter that counts number of node_modules removed recursively.

About

A script to recursively remove all node_modules throughout a given folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages