Amadla Weaver plugin for Go's text/template engine.
# Show plugin info
weaver-go info
# Render a template with JSON input from stdin
echo '{"name": "nginx"}' | weaver-go render -t config.tmpl
# Render with YAML file input
weaver-go render -t config.tmpl -f data.yaml
# Render to output file
weaver-go render -t config.tmpl -f data.yaml -o output.confCopyright (c) Amadla. All rights reserved.