CLI tool to find the dir (from a source dir) with largest aggregated file size across immediate children
npm install --global dominant-dir
dominant-dir <sourceDir>
dominant-dir /documents
// => prints the directory within `/documents` that has the largest
// total file size across its immediate children.
MIT © Kevin Donahue