Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bom-d-van/tt
- Owner: bom-d-van
- License: mit
- Created: 2015-12-09T12:51:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T12:56:22.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T03:56:00.412Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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": ""}')
```