Class: Alloy::CLI
Instance Method Summary collapse
Instance Method Details
#coffee ⇒ Object
17 18 19 |
# File 'lib/alloy/cli.rb', line 17 def coffee Chore::CoffeeScript.run end |
#init ⇒ Object
22 23 24 |
# File 'lib/alloy/cli.rb', line 22 def init template('alloy.json.erb', 'alloy.json') end |