Quickly calculate the size of a folder or disk on macOS, Linux, and Windows.
npm install disk-utility
import diskUtility from 'disk-utility';
// Calculate the size of a directory
diskUtility.dirSize(__dirname);
// Pass optional core count
diskUtility.dirSize(__dirname, 4);
git clone https://github.com/amilajack/disk-utility
cd disk-utility
npm install
npm test