dude-wheres-my-hd
Version:
A small CLI tool that will find out which directories are taking up the most your hard drive space.
27 lines (20 loc) • 1.02 kB
Markdown
# Dude, where's my HD?
[](https://www.npmjs.com/package/dude-wheres-my-hd) [](index.js) [](https://github.com/standard/standard) [](LICENSE.md)
A small CLI tool that will find out which directories are taking up the most your hard drive space.
## Installation/Usage
### CLI
```shell
npm install --global dude-wheres-my-hd
dude-wheres-my-hd /www/sites 20
```
### Node
```shell
npm install --save dude-wheres-my-hd
```
```javascript
const findMyHdBro = require('dude-wheres-my-hd')
var hd = findMyHdBro('/www/sites', 20)
console.log(hd)
```
## License
MIT. See the [License file](LICENSE.md) for more info.