public
Fork of wycats/merb-more
Description: Merb More: The Full Stack. Take what you need; leave what you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/myobie/merb-more.git
merb-more / merb-gen
name age message
..
file .gitignore Fri Jan 18 11:25:19 -0800 2008 Leftover files [wycats]
file LICENSE Fri Jan 18 11:24:24 -0800 2008 Template and working generator [wycats]
file README Thu May 01 20:50:16 -0700 2008 Doc fix for merb-gen README file [Damian Terentiev]
file Rakefile Tue May 27 08:05:13 -0700 2008 Spring cleaning Rakefiles [fabien]
file TODO Tue Apr 08 23:05:22 -0700 2008 cleaned up the merb-gen TODO [mattetti]
directory app_generators/ Tue Jun 17 05:01:23 -0700 2008 Merb::Config[:framework] now needs absolute pat... [fabien]
directory bin/ Sat Jun 14 09:07:31 -0700 2008 If no plugin_name is given print out app help m... [jackdempsey]
directory lib/ Sun Jun 15 10:16:06 -0700 2008 remove extra inspect line [jackdempsey]
directory merb_default_generators/ Wed Feb 13 01:07:45 -0800 2008 added restful delete actions to merb-gen [tooky]
directory merb_generators/ Tue Apr 08 22:40:25 -0700 2008 removed the merb-frozen script generator since ... [mattetti]
directory rspec_generators/ Wed Jun 25 04:27:36 -0700 2008 Do not generate delete action view spec for new... [michaelklishin]
directory test_unit_generators/ Thu Feb 28 16:52:14 -0800 2008 rename class to correctly be MerbResourceContro... [jackdempsey]
README
==== merb-gen

merb-gen is a part of the Merb More package. It provides application, plugin, and component
generators for Merb.

==== Usage

To generate directory structure for a new merb app, run merb-gen app <app-name>.
For instance, <tt>merb-gen app foo</tt> would create a new foo merb app inside of the foo directory.

Use <tt>--flat</tt> to generate a flattened application (very simple directory structure)
and <tt>--very-flat</tt> to generate a single file application.

To generate a new merb plugin, run merb-gen plugin &lt;plugin_name&gt;.

To see what generators are available, run merb-gen generators.

==== Custom generators

If you want to create your custom generators to use with Merb, and don't want to create a gem,
you should put them in ~/.rubigen/merb_generators/.