Releases: kvannotten/ricer
Releases · kvannotten/ricer
Ricer v0.2
This version adds the following features:
- Input parameter in config file
- Plugins for templating engine
- Added mustache support via plugin system
- Added environment support
Ricer first version
This version is feature complete regarding the initial requirements, which were:
- Templating system: ricer uses the go templating system, which is extremely powerful and versatile
- Configurable
- Fast: ricer leverages go's concurrency and creates up to 4 configuration files from templates at the same time
_NOTE_: This version does not yet support the 'input' option for templates. This means that you have to put your templates in XDG_HOME_CONFIG/ricer/templates
and end the file with the .tmpl
extension.