0.0
No commit activity in last 3 years
No release in over 3 years
Render tree of ERB templates
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 4.0
~> 10.0
~> 0.8
 Project Readme

Gem Version Build Status Dependency Status Code Climate Test Coverage Inline docs Yard Docs Github Code

Tree Renderer

Render set of templates, also renders the path names.

Installation

gem install tree_renderer

or add to Gemfile:

gem "tree_renderer"

and gem install --file

Usage

TreeRenderer.new("/template/path", "/target/path", variables).save

variables can be either a hash, object or a binding.