A script to recursively remove all node_modules throughout a given folder.
Build the crate using cargo:
cargo build --release
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.