I am experimenting with gem development, right now specifically generators. So far I have successfully created two generators that do their job just perfectly. These two generat
Generators are based off of Thor, so you can use the apply method.
This is what the Rails Templater gem does. (Here's a walk through the Rails Templater gem.)