#node #node-modules #directory #delete #space #up #tool

app nopu

CLI tool to purge all node_modules under current directory

1 unstable release

0.1.0 Oct 9, 2023

#2618 in Command line utilities

MIT license

7KB
102 lines

NOPU (node purge)

This is a cheeky little CLI that recursively searches for all node_modules folders under the directory where it's run from and deletes all of them to free up space on your computer.

Subcommands

List

Optionally you can run nopu list, which will only list the node_modules folders and does not delete them.

Dependencies

~4–11MB
~98K SLoC