@@ -7,6 +7,9 @@ by Jan Lehnardt <jan@apache.org>.
7
7
8
8
Thanks @defunkt for the awesome code.
9
9
10
+ For a list of implementations (other than JavaScript) and editor
11
+ plugins, see < http://defunkt.github.com/mustache/ > .
12
+
10
13
11
14
## Where to Use?
12
15
@@ -17,7 +20,9 @@ use it for rendering stuff in [CouchDB][couchdb]'s views.
17
20
18
21
## Who Uses Mustache?
19
22
20
- An updated list is kept on the Github wiki. Add yourself, if you use mustache.js: [ http://wiki.github.com/janl/mustache.js/beard-competition ] ( )
23
+ An updated list is kept on the Github wiki. Add yourself, if you use
24
+ mustache.js:
25
+ < http://wiki.github.com/janl/mustache.js/beard-competition >
21
26
22
27
23
28
## Usage
@@ -42,6 +47,9 @@ A quick example how to use mustache.js:
42
47
43
48
There are several types of tags currently implemented in mustache.js.
44
49
50
+ For a language-agnostic overview of Mustache's template syntax, see
51
+ the ` mustache(5) ` manpage or
52
+ < http://defunkt.github.com/mustache/mustache.5.html > .
45
53
46
54
### Simple Tags
47
55
@@ -174,6 +182,16 @@ iteration marker:
174
182
175
183
See ` examples/ ` for more goodies and read the [ original mustache docs] [ m ]
176
184
185
+ ## Command Line
186
+
187
+ See ` mustache(1) ` man page or
188
+ < http://defunkt.github.com/mustache/mustache.1.html >
189
+ for command line docs.
190
+
191
+ Or just install it as a RubyGem:
192
+
193
+ $ gem install mustache
194
+ $ mustache -h
177
195
178
196
[ m ] : http://github.com/defunkt/mustache/#readme
179
197
[ node.js ] : http://nodejs.org
0 commit comments