Registry / cli / templater

templater

JSON →
library1.0.0rbrubygemsunverified

A file generation and templating library using ERB, with actions, generators, and a CLI for copying files and rendering templates.

gem install templater
INSTALL
IMPORT
SIG · TEMPLATER
T
templater
clirubyv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Templater
require 'templater'

Define a generator that renders an ERB template to a file.

require 'templater' class MyGenerator < Templater::Generator def generate template 'template.erb', 'output.txt' end end MyGenerator.new.run
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
templater — gem install templater · libregistry