Project

gemcon

0.0
No commit activity in last 3 years
No release in over 3 years
Simple console app generator for testing gems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 0.6.0
~> 5.0
~> 0.10
~> 10.0
~> 0.42

Runtime

< 2.0, >= 0.18.1
 Project Readme

Gemcon Gem Version Build Status Code Climate Issue Count

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.