ThorTemplate

Generator that builds a starter cli project which is based on thor.
Installation
$ gem install thor_template
Usage
$ thor_template new foo
$ cd foo
$ bin/foo hello world
This generates a starter cli project called foo with a working hello command.