Skip to content

A small CLI tool that will find out which directories are taking up the most your hard drive space.

License

Notifications You must be signed in to change notification settings

itsahappymedium/dude-wheres-my-hd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dude, where's my HD?

npm package version index.js file size code style license

A small CLI tool that will find out which directories are taking up the most your hard drive space.

Installation/Usage

CLI

npm install --global dude-wheres-my-hd
dude-wheres-my-hd /www/sites 20

Node

npm install --save dude-wheres-my-hd
const findMyHdBro = require('dude-wheres-my-hd')
var hd = findMyHdBro('/www/sites', 20)
console.log(hd)

License

MIT. See the License file for more info.

About

A small CLI tool that will find out which directories are taking up the most your hard drive space.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published