Commit graph

3 commits

Author SHA1 Message Date
joerg
792494f88a Fix the real problem, spelling error in the category Makefile 2011-08-13 23:27:11 +00:00
joerg
0edc25961c Fix package name 2011-08-13 17:52:21 +00:00
taca
b5102a7797 Importing ruby-templater package version 1.0.0.
Templater has the ability to both copy files from A to B and also to
render templates using ERB. Templater consists of four parts:

- Actions (File copying routines, templates generation and directories
  creation routines).
- Generators (set of rules).
- Manifolds (generator suites).
- The command line interface.

Hierarchy is pretty simple: manifold has one or many public and
private generators. Public ones are supposed to be called by end
user. Generators have one or more action that specify what they do,
where they take files, how they name resulting files and so forth.
2011-08-12 16:08:19 +00:00