public
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/wycats/merb-more.git
Search Repo:
merb-more / merb-gen
name age message
..
folder .gitignore Fri Jan 18 11:25:19 -0800 2008 Leftover files [wycats]
folder LICENSE Fri Jan 18 11:24:24 -0800 2008 Template and working generator [wycats]
folder README Thu May 01 20:50:16 -0700 2008 Doc fix for merb-gen README file [Damian Terentiev]
folder Rakefile Tue Jul 22 15:15:34 -0700 2008 Merged in Jonas Nicklas recent updates to merb-... [Michael S. Klishin]
folder TODO Thu Jun 26 04:23:27 -0700 2008 added migration generator [jnicklas]
folder bin/ Mon Jun 30 07:45:49 -0700 2008 added hook for plugins to use, so they can load... [jnicklas]
folder lib/ Tue Jul 22 15:15:34 -0700 2008 Merged in Jonas Nicklas recent updates to merb-... [Michael S. Klishin]
folder spec/ Mon Jul 07 08:36:52 -0700 2008 converted migration generator to fs [jnicklas]
folder templates/ Tue Jul 22 15:15:34 -0700 2008 Merged in Jonas Nicklas recent updates to merb-... [Michael S. Klishin]
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/.