Skip to content

AmadlaOrg/weaver-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weaver-go

Amadla Weaver plugin for Go's text/template engine.

Usage

# 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.conf

License

Copyright (c) Amadla. All rights reserved.

About

🧶 Weaver — Golang text/template 🧶

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors