Module: Chiron
- Defined in:
- lib/chiron.rb,
lib/chiron/cli.rb,
lib/chiron/version.rb,
lib/chiron/project_config.rb
Defined Under Namespace
Classes: CLI, Error, ProjectConfig
Constant Summary
collapse
- VERSION =
'0.2.3'
Class Method Summary
collapse
Class Method Details
.root ⇒ Object
10
11
12
|
# File 'lib/chiron.rb', line 10
def self.root
File.expand_path('..', __dir__)
end
|
.templates_path ⇒ Object
14
15
16
|
# File 'lib/chiron.rb', line 14
def self.templates_path
File.join(root, 'lib', 'chiron', 'templates')
end
|