https://github.com/snwfdhmp/tmpl
Lightweight package for using Go's templating system outside Go (eg: in a shell).
https://github.com/snwfdhmp/tmpl
cli-tool cli-utilities golang-template templating
Last synced: 8 months ago
JSON representation
Lightweight package for using Go's templating system outside Go (eg: in a shell).
- Host: GitHub
- URL: https://github.com/snwfdhmp/tmpl
- Owner: snwfdhmp
- License: mit
- Created: 2019-09-10T09:10:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T09:15:41.000Z (about 6 years ago)
- Last Synced: 2025-02-26T09:08:29.241Z (8 months ago)
- Topics: cli-tool, cli-utilities, golang-template, templating
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Use Go templating outside go
Lightweight package for using Go's templating system outside Go (particularly in a shell).
## Install
```
go get -u github.com/snwfdhmp/tmpl
```## Usage
```
tmpl
```