Simple ruby console application generator.
Installation
Install it by running:
$ gem install gemconCheck your installation:
$ gemcon -vUsage
$ gemcon new example_appFor help:
$ gemcon helpContributing
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 rakeLicense
This project is released under the MIT license.