Module: FileTemplater
- Defined in:
- lib/file_templater/template.rb,
lib/file_templater/variables.rb,
lib/file_templater/file_actions.rb,
lib/file_templater/options_handler.rb
Defined Under Namespace
Classes: FileActions, OptionsHandler, Template
Constant Summary collapse
- VERSION =
"0.1.2"- HUBS =
The hub is where we store our templates and bindings.
{ :main => File.join(Dir.home, ".templater"), :template => File.join(Dir.home, ".templater", "templates"), :binding => File.join(Dir.home, ".templater", "bindings"), :original => File.join(Dir.home, ".templater", "original") }