Class: Alloy::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/alloy/cli.rb

Instance Method Summary collapse

Instance Method Details

#coffeeObject



17
18
19
# File 'lib/alloy/cli.rb', line 17

def coffee
  Chore::CoffeeScript.run
end

#initObject



22
23
24
# File 'lib/alloy/cli.rb', line 22

def init
  template('alloy.json.erb', 'alloy.json')
end