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
bitbckt (author)
Sun May 11 22:37:03 -0700 2008
commit  904311ecd361fcd8ba6c0a73d1496d2194a5403b
tree    10b340cb990ce751288b71935b12826e99b30020
parent  5790d79ee3ba63de69bdf242ea66a877ded703f6
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 Fri May 09 15:50:59 -0700 2008 Bump version to 0.9.4. [michaelklishin]
file TODO Tue Apr 08 23:05:22 -0700 2008 cleaned up the merb-gen TODO [mattetti]
directory app_generators/ Sun May 11 22:49:10 -0700 2008 Minor grammatical changes. [bitbckt]
directory bin/ Tue Apr 08 22:59:29 -0700 2008 Merge branch 'master' of git://github.com/wycat... [mattetti]
directory lib/ Sun Apr 20 14:40:24 -0700 2008 quieted missleading merb-gen warning when using... [benburkert]
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/ Tue Mar 04 13:50:39 -0800 2008 Replaces outdated rspec stubs (#65) [wycats]
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/.