From 29ddc11c6cdf3fcbc37f4b359cc2bf99388514ce Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sat, 18 Nov 2017 17:43:14 -0800 Subject: [PATCH] add usage example --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index cc11fbd..20a7f7b 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,14 @@ $ go get github.com/tj/node-prune/cmd/node-prune ``` +## Usage + +``` +$ cd myapp +$ node-prune + INFO[0000] complete duration=195ms files_removed=1,222 files_total=25,520 size_removed=6.8 MB +``` + ## What? node-prune is a small tool to prune unecessary files from ./node_modules.