Files
tplate/go.mod
Hubert Chen 5894c4ee82 add github/jinzhu/copier to copy private options
update `launch.json`
create lute parse and render private options
add some style to `index.tmpl`
merge template and lute function
read options from config file
2025-04-27 01:10:33 +08:00

17 lines
336 B
Modula-2

module tplate
go 1.23.5
require (
github.com/88250/lute v1.7.6
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jinzhu/copier v0.4.0 // indirect
golang.org/x/text v0.7.0 // indirect
)