# Website-dl

This is a command-line tool for downloading full websites. More like `wget`.


### Installation

```bash
$ yarn global add website-dl --prefix /usr/local

OR

$ npm install -g website-dl
```


### Usage


```bash
$ website-dl <url_of_site>
```


### Available options

**--output-dir** Specify directory path to download files



### Contributing

This tool is something I built to make local copies of websites when our internet got bad.
There's still a lot of work to be done to make this extremely cool. If you find this
interesting and want to add some features, create an issue or make a pull request and I'll
be happy to review and merge. :)
