|
3 meses atrás | |
---|---|---|
test_files | 8 meses atrás | |
.gitignore | 8 meses atrás | |
LICENSE | 8 meses atrás | |
Makefile | 8 meses atrás | |
README.md | 8 meses atrás | |
go.mod | 4 meses atrás | |
main.go | 3 meses atrás | |
main_test.go | 3 meses atrás |
A CLI tool for quick text template rendering
Fusozay Var Var means "have fun" It is a reference to something I see a lot
Fusozay Var Var is a CLI application for quickly rendering out text templates. I often write outfit and character descriptions that reuses a lot of elements. This allows me to DRY up my descriptions and still quickly get results.
Template requirements:
All errors go to stderr so you can pipe this to something like pbcopy
fvv <template definition>
from directory containing template(s)