Class: ItamaeSkeleton::CLI
- Inherits:
-
Thor
- Object
- Thor
- ItamaeSkeleton::CLI
- Defined in:
- lib/itamae-skeleton/cli.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
13 14 15 16 |
# File 'lib/itamae-skeleton/cli.rb', line 13 def destroy template_dir = File.('../template', __FILE__) destroy_proc(template_dir, template_dir) end |
#init ⇒ Object
7 8 9 10 |
# File 'lib/itamae-skeleton/cli.rb', line 7 def init template_dir = File.('../template', __FILE__) FileUtils.copy_entry(template_dir, '.') end |