mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-09 05:06:18 +10:00
028af73f1a66e80e63095c103292ca0e89c45a0f
Installation
$ go get github.com/tj/node-prune/cmd/node-prune
Usage
In your app directory:
$ node-prune
files total 27,329
files removed 3,977
size removed 13 MB
duration 352ms
Somewhere else:
$ node-prune path/to/node_modules
files total 27,329
files removed 3,977
size removed 13 MB
duration 352ms
What?
node-prune is a small tool to prune unnecessary files from ./node_modules.
Why?
Languages
Go
100%
