All Projects → whoward → cadenza

whoward / cadenza

Licence: other
parser and renderer library for liquid-like templates

Programming Languages

ruby
36898 projects - #4 most used programming language
Yacc
648 projects
Liquid
124 projects

Gem Version Build Status Code Climate Inline docs Coverage Status

Description

Cadenza is a template parsing and rendering library for Ruby. The syntax is very similar to other template languages like Django (Python), Smarty (PHP), or Liquid (Ruby).

In addition to the usual template language features, Cadenza features:

  • template inheritance
  • extendable syntax
  • interchangeable lexers, parsers, loaders and renderers

Installation

   gem install cadenza

Usage

To learn how to both write Cadenza templates and use Cadenza in your Ruby projects have a look at the Cadenza Manual

To learn how to extend Cadenza with custom Lexers, Parsers, Loaders and Renderers visit the Yard Documentation

Roadmap

See: Waffle

If you have any ideas or suggestions please let me know! I love ideas. You can open an Issue to discuss it.

Contributing

See: CONTRIBUTING.md

Supported Ruby Versions

See: travis.yml

License

Cadenza is released under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].