No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Powerful text templating language similar to Smarty/Liquid/Django
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.4.6
~> 0.9.2
~> 2.6.0
>= 0

Runtime

>= 1.3.0
 Project Readme

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