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

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

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
```