https://github.com/kurehajime/tmpl
tmpl makes files that replaced template text with csv by matched column name
https://github.com/kurehajime/tmpl
console csv generator go golang template-engine tmpl
Last synced: 10 months ago
JSON representation
tmpl makes files that replaced template text with csv by matched column name
- Host: GitHub
- URL: https://github.com/kurehajime/tmpl
- Owner: kurehajime
- Created: 2016-10-22T12:42:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T14:27:34.000Z (over 4 years ago)
- Last Synced: 2025-02-24T16:19:38.137Z (about 1 year ago)
- Topics: console, csv, generator, go, golang, template-engine, tmpl
- Language: Go
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmpl
tmpl makes files that replaced template text with csv by matched column name
## Usage
```
tmpl makes files that replaced template text with csv by matched column name
-c string
[must]csv path
-ce string
csv encoding (default "utf-8")
-n int
Name column no (default -1)
-o string
output path or file (default "./")
-regex
regex
-t string
[must]template path
-te string
template encoding (default "utf-8")
-tsv
TSV:Tab-Separated Values
```
## install
[Download](https://github.com/kurehajime/tmpl/releases)
or
```
$ go install github.com/kurehajime/tmpl/cmd/tmpl@latest
```