Class: Hooligan::Cli::InitCommand
- Inherits:
-
BaseCommand
- Object
- Clamp::Command
- BaseCommand
- Hooligan::Cli::InitCommand
- Defined in:
- lib/hooligan/cli/init_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
8 9 10 11 12 13 14 15 16 |
# File 'lib/hooligan/cli/init_command.rb', line 8 def execute puts "Project: #{Project.project_name}" puts "- Source dir: #{Project.project_dir}" puts "- Settings dir: #{Project.hooligan_dir}" create_hooligan_dir create_skaffold_dirs import_from_gist end |