Class: Miyano::CLI
- Inherits:
-
Thor
- Object
- Thor
- Miyano::CLI
- Defined in:
- lib/miyano/cli.rb
Instance Method Summary collapse
Instance Method Details
#new(dir) ⇒ Object
15 16 17 18 19 20 |
# File 'lib/miyano/cli.rb', line 15 def new(dir) url = "https://github.com/wuusn/miyano_template.git" `git clone --depth 1 #{url} #{dir}` `touch #{dir}/post/.compat` if [:compat] `rm -rf #{dir}/.git*` end |