Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/opodartho/gemcon
- Owner: opodartho
- License: mit
- Created: 2016-08-22T05:33:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T19:07:28.000Z (about 8 years ago)
- Last Synced: 2024-10-01T23:47:33.629Z (about 2 months ago)
- Topics: generator, ruby, sample-app
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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).