Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 643 Bytes

File metadata and controls

35 lines (28 loc) · 643 Bytes

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

or

$ go install github.com/kurehajime/tmpl/cmd/tmpl@latest