Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sungwoncho/eman

Easily name your controller, model, and service.
https://github.com/sungwoncho/eman

Last synced: 15 days ago
JSON representation

Easily name your controller, model, and service.

Awesome Lists containing this project

README

        

# Eman

[![Build Status](https://travis-ci.org/sungwoncho/eman.svg?branch=master)](https://travis-ci.org/sungwoncho/eman)
[![Code Climate](https://codeclimate.com/github/sungwoncho/eman/badges/gpa.svg)](https://codeclimate.com/github/sungwoncho/eman)

Easily name your controller, model, and service. Let Eman recommend you good names.

## Why?

Well named files help your codebase to become more maintainable in the long run.

## Installation

Install the gem:

$ gem install eman

## Usage

Simply run the following commands as you see fit:

$ eman controller
$ eman model
$ eman service

Eman will ask you a question or two, and spit out a name, with a further recommendation.

## Contributing

### Recommendation system

Help us improve our recommendation system by adding new entries in the internal dictionary. See [this wiki](https://github.com/sungwoncho/eman/wiki/Internal-Dictionary) for more information.