- Create CLI App Templete for ruby.
$ git clone git://github.com/ramtiga/cli_tmpl.git
$ cd cli_tmpl
$ ./bin/cli_tmpl -h
Usage:
cli_tmpl [app_name] [path]
$ ./bin/cli_tmpl sample ./
$ cd sample
$ tree
.
|-- Gemfile
|-- README.md
|-- bin
| `-- sample
`-- lib
|-- sample
| |-- command.rb
| `-- version.rb
`-- sample.rb
3 directories, 6 files