mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-10 13:46:23 +10:00
2a00a8d8b750629522825dc80a1ae50267f4c25f
What?
node-prune is a small tool to prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on.
Installation
$ go get github.com/tj/node-prune/cmd/node-prune
Usage
In your app directory:
$ node-prune
files total 27,330
files removed 3,990
size removed 13 MB
duration 200ms
Somewhere else:
$ node-prune path/to/node_modules
files total 27,330
files removed 3,990
size removed 13 MB
duration 200ms
Why?
Languages
Go
100%
