You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Rust CLI tool to remove old, unused node_modules folders easily
Example use:
node_modules_remover /websites -a=5
This example will remove all node_modules folders that are older than 5 weeks from the websites directory.
About
A Rust CLI tool to remove old, unused node_modules folders easily