## about

Go based [git2html](https://github.com/Hypercubed/git2html) remake with custom templating support.

## 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)
