Project

eman

0.0
No commit activity in last 3 years
No release in over 3 years
Easily name your controller, model, and service, with some further recommendations.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7
~> 10.0
~> 3.2.0

Runtime

 Project Readme

Eman

Build Status Code Climate

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 for more information.