Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmagiDDmxh authored Jul 23, 2024
1 parent 54c2820 commit ad1fa26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Curated scripts I wrote to help make life better.

`supa-rm-modules.sh`

If you would like to clean up your `node_modules` folders, this script is for you.

- Recursively remove `node_modules` from the current directory.
- Which is quite significantly faster than running `find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +` **which takes hours** or so when you have a large amounts of `node_modules`.
- But this script only takes **feeeewww seconds**
Expand Down

0 comments on commit ad1fa26

Please sign in to comment.