Skip to content

whoward/cadenza

Repository files navigation

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