treesize
v0.1.0
Published
Enumerate a directory tree and size info
Downloads
4
Readme
treesize
Node module to enumerate subdirectory sizes
Simply run TreeSize
from a directory of interest to see the inclusive and exclusive size
of it and all its subdirectories. (After installing via 'npm install -g ./')
Usage: TreeSize [options]
Options:
-h, --help output usage information
-V, --version output the version number
-p, --path <path> The path to the directory
-d, --depth <n> The level of subdirectories to show
-s, --size <n> Limit output to subdirectories over <n>MB
-f, --fullpath Report the full path to the directories