0.1.0 • Published 9 years ago

treesize v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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