Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bom-d-van/tt

tt (template [cli] tool) is a Go text/html template command line tool
https://github.com/bom-d-van/tt

Last synced: about 1 month ago
JSON representation

tt (template [cli] tool) is a Go text/html template command line tool

Awesome Lists containing this project

README

        

# tt

tt (template [cli] tool) is a Go text/html template command line tool

usage:

```
tt <(echo 'hello {{.data}}') <(echo '{"data": "world"}')
tt -t h <(echo 'data is {{.a}}') <(echo '{"a": ""}')
```