This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 904311ecd361fcd8ba6c0a73d1496d2194a5403b
tree 10b340cb990ce751288b71935b12826e99b30020
parent 5790d79ee3ba63de69bdf242ea66a877ded703f6
tree 10b340cb990ce751288b71935b12826e99b30020
parent 5790d79ee3ba63de69bdf242ea66a877ded703f6
merb-more / merb-gen
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.gitignore | Fri Jan 18 11:25:19 -0800 2008 | [wycats] |
| |
LICENSE | Fri Jan 18 11:24:24 -0800 2008 | [wycats] |
| |
README | Thu May 01 20:50:16 -0700 2008 | [Damian Terentiev] |
| |
Rakefile | Fri May 09 15:50:59 -0700 2008 | [michaelklishin] |
| |
TODO | Tue Apr 08 23:05:22 -0700 2008 | [mattetti] |
| |
app_generators/ | Sun May 11 22:49:10 -0700 2008 | [bitbckt] |
| |
bin/ | Tue Apr 08 22:59:29 -0700 2008 | [mattetti] |
| |
lib/ | Sun Apr 20 14:40:24 -0700 2008 | [benburkert] |
| |
merb_default_generators/ | Wed Feb 13 01:07:45 -0800 2008 | [tooky] |
| |
merb_generators/ | Tue Apr 08 22:40:25 -0700 2008 | [mattetti] |
| |
rspec_generators/ | Tue Mar 04 13:50:39 -0800 2008 | [wycats] |
| |
test_unit_generators/ | Thu Feb 28 16:52:14 -0800 2008 | [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 <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/.





