Sha256: 3dc976f5d35e45bfbd76bf7064574ddb05e13a912ab04b4512b01453b7bf9dbd

Contents?: true

Size: 792 Bytes

Versions: 2

Compression:

Stored size: 792 Bytes

Contents

==== 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/.

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
merb-gen-0.9.3 README
thorero-gen-0.9.4 README