|
3 月之前 | |
---|---|---|
test_files | 8 月之前 | |
.gitignore | 8 月之前 | |
LICENSE | 8 月之前 | |
Makefile | 8 月之前 | |
README.md | 8 月之前 | |
go.mod | 4 月之前 | |
main.go | 3 月之前 | |
main_test.go | 3 月之前 |
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)