Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyakugei/mustache.as
Minimal templating with {{mustaches}} in AS3
https://github.com/hyakugei/mustache.as
Last synced: 3 months ago
JSON representation
Minimal templating with {{mustaches}} in AS3
- Host: GitHub
- URL: https://github.com/hyakugei/mustache.as
- Owner: hyakugei
- License: mit
- Created: 2010-05-08T23:26:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T16:18:33.000Z (about 4 years ago)
- Last Synced: 2024-07-30T02:23:31.812Z (3 months ago)
- Language: AngelScript
- Homepage:
- Size: 5.86 KB
- Stars: 32
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - mustache.as - Minimal templating with {{mustaches}} in AS3 (Unsorted / Other API)
README
This is an actionscript 3 port of the javascript port of the ruby mustache template engine.
http://mustache.github.com/
Here is the javascript repo:
http://github.com/janl/mustache.jsAnd here is the ruby repo:
http://github.com/defunkt/mustache