wycats / merb-more
- Source
- Commits
- Network (33)
- Issues (0)
- Downloads (9)
- Wiki (1)
- Graphs
-
Tree:
825d94f
merb-more / merb-gen
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.gitignore | ||
| |
LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
TODO | Fri Jan 18 11:25:19 -0800 2008 | |
| |
app_generators/ | ||
| |
bin/ | ||
| |
lib/ | ||
| |
merb_default_generators/ | ||
| |
merb_generators/ | ||
| |
rspec_generators/ | ||
| |
test_unit_generators/ |
merb-gen/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 <plugin_name>. 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/.

