A clean TUI to delete your old target and node_modules.
$ go install git.leoj.de/npkill-go
Download a binary from the Releases tab and place it in your $PATH.
$ npkill <directory> opens npkill in a directory relative to $PWD.
$ npkill opens npkill in $PWD.
Move through the table with the arrow keys (↑, ↓).
Refresh the list of entries with r.
Delete an element with ⏎.
Quit with Esc.
Make sure you have a Go Toolchain installed on your system.
$ go build . produces the executable.
