xkcd/README.md
2023-11-08 08:43:46 +01:00

32 lines
516 B
Markdown

# xkcd-archiver
> A cloner of the [XKCD](https://xkcd.com/) comics for archiving purposes.
## Install
```
go install go.hacdias.com/xkcd-archiver
```
## Usage
```
Usage:
xkcd-archiver output [flags]
Flags:
--empty empty output directory
-f, --from uint first comic to download (default 1)
-h, --help help for xkcd-archiver
--skip-html do not generate HTML files
-t, --to uint last comic to download
```
## Contributing
PRs accepted.
## License
MIT © Henrique Dias