Simple ruby console application generator.
Install it by running:
$ gem install gemcon
Check your installation:
$ gemcon -v
$ gemcon new example_app
For help:
$ gemcon help
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
This project is released under the MIT license.