Skip to content

tmpl makes files that replaced template text with csv by matched column name

Notifications You must be signed in to change notification settings

kurehajime/tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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