How to Install ruby-temple in Ubuntu 18.04



Install ruby-temple by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-temple

Description:

template compilation framework in Ruby

Temple is an abstraction and a framework for compiling templates to pure Ruby. It's all about making it easier to experiment, implement and optimize template languages. It should be of interest of anyone who wants to implement a template language or cares about the internals of a template engine.

Homepage: http://dojo.rubyforge.org/temple/

Version: 0.8.0-1

Section: universe/ruby