Skip to content

Releases: kvannotten/ricer

Ricer v0.2

17 Mar 13:22
Compare
Choose a tag to compare

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

15 Aug 08:46
Compare
Choose a tag to compare

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.