Selaa lähdekoodia
Point out it's a zero-dependency package in README
More and more of the community seems to be encouraging use of
zero-dependency packages. We might as well point that out early
on in our README since that's how mustache.js always has been
and planned to be going forward.
tags/v4.0.0
Phillip Johnsen
GitHub
6 vuotta sitten
vanhempi
commit
39ee6ffc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
README.md
|
|
|
@@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
[](https://travis-ci.org/janl/mustache.js) [](https://gitter.im/janl/mustache.js) |
|
|
|
|
|
|
|
[mustache.js](http://github.com/janl/mustache.js) is an implementation of the [mustache](http://mustache.github.com/) template system in JavaScript. |
|
|
|
[mustache.js](http://github.com/janl/mustache.js) is a zero-dependency implementation of the [mustache](http://mustache.github.com/) template system in JavaScript. |
|
|
|
|
|
|
|
[Mustache](http://mustache.github.com/) is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object. |
|
|
|
|
|
|
|
|