Gemcon

Simple ruby console application generator.
Installation
Install it by running:
$ gem install gemcon
Check your installation:
$ gemcon -v
Usage
$ gemcon new example_app
For help:
$ gemcon help
Contributing
We love getting feedback with or without pull requests. If you do add a new feature, please add tests so that we can avoid breaking it in the future.
Speaking of tests, we use minitest, which can be run by executing the following
from the root directory of the repository:
bundle exec rake
License
This project is released under the MIT license.