gdey / bastet

A cat like program that will fill in template values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bestet

A cat like program that will fill in template values.

Install

$ go get github.com/gdey/cmd/bastet

Example

	 $ bastet name="Gautam Dey" greeting="Hello" date="25 of July"  header.tpl body.tpl

where the template files look like the following:

header.tpl:

{{greeting}} {{.name}},

body.tpl:

Thank you for comming to our event on {{.date}}, {{.name}}.
We hope you had fun, and if you have any questions please feel
free to reach out to us.

Thank you.

This would generate the following:

Hello Gautam Dey,
	
Thank you for comming to our event on 25 of July, Gautam Dey.
We hope you had fun, and if you have any questions please feel
free to reach out to us.

Thank you.

Name

Bastet is a cat god from ancient Egyptian religion.

About

A cat like program that will fill in template values.

License:MIT License


Languages

Language:Go 95.6%Language:Smarty 2.7%Language:Shell 1.8%