Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opodartho/gemcon

Simple console app generator for testing gems
https://github.com/opodartho/gemcon

generator ruby sample-app

Last synced: 3 days ago
JSON representation

Simple console app generator for testing gems

Awesome Lists containing this project

README

        

# Gemcon [![Gem Version](https://badge.fury.io/rb/gemcon.svg)](https://badge.fury.io/rb/gemcon) [![Build Status](https://travis-ci.org/opodartho/gemcon.svg?branch=master)](https://travis-ci.org/opodartho/gemcon) [![Code Climate](https://codeclimate.com/github/opodartho/gemcon/badges/gpa.svg)](https://codeclimate.com/github/opodartho/gemcon) [![Issue Count](https://codeclimate.com/github/opodartho/gemcon/badges/issue_count.svg)](https://codeclimate.com/github/opodartho/gemcon)

Simple ruby console application generator.

## Installation

Install it by running:
```bash
$ gem install gemcon
```
Check your installation:
```bash
$ gemcon -v
```

## Usage

```bash
$ gemcon new example_app
```
For help:
```bash
$ 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:

```bash
bundle exec rake
```

## License

This project is released under the [MIT license](LICENSE.md).