public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/tooky/merb-core.git
better docs for sample apps
ivey (author)
Thu Feb 14 08:28:19 -0800 2008
commit  ecf2c43de74354a441b9fe4030f4969354a87c3f
tree    6caf7cc9f468d71d1e4c8923c3a6a282a6cd0a4e
parent  47d4122d73eaf6186f1f7077f2a4a171287d7634
0
...
13
14
15
16
 
 
 
 
 
 
...
13
14
15
 
16
17
18
19
20
21
0
@@ -13,4 +13,9 @@ Goals of this release:
0
   * Implement a new render API
0
   * Build more extensions to regain selected features when needed
0
   
0
-To familiarize yourself with how a merb-core application might look, reference the /sample directory
0
+To familiarize yourself with how a merb-core application might look,
0
+use merb-gen (from merb-more) to generate a few apps:
0
+$ merb-gen myapp # a "normal" merb app
0
+$ merb-gen myapp --flat # a flattened app
0
+$ merb-gen myapp --very-flat # a single-file app
0
+

Comments

    No one has commented yet.