1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
## about
Go based [`git2html`](https://github.com/Hypercubed/git2html) remake with custom templating support to help when using `git(1)` as an archival tool mostly.
## setup
Download from GitHub directly:
```sh
go install github.com/thewhodidthis/gtx
```
## usage
At the very least pass it a repo to be parsing through:
```sh
# NOTE: Will save output in the current directory.
gtx -r https://github.com/thewhodidthis/gtx.git
```
## requirements
- `git(1)`
## see also
- [git2html](https://github.com/Hypercubed/git2html)
|