Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Nov 29, 2017
1 parent 00ff95e commit 034b837
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
compiled_mustache
=================

[![Travis](https://img.shields.io/travis/thislooksfun/compiled_mustache.svg)](https://travis-ci.org/thislooksfun/compiled_mustache)
[![Pub](https://img.shields.io/pub/v/compiled_mustache.svg)](https://pub.dartlang.org/packages/compiled_mustache)

This is a lightweight [mustache](https://mustache.github.io) renderer for Dart. It is [2-15x faster][comparison] than mustache4dart, and provides the ability to cache parsed templates to avoid having to read from disk and parse files on every render.

[comparison]: https://github.com/thislooksfun/compiled_mustache/wiki/Comparison-of-compiled_mustache-and-mustache4dart

0 comments on commit 034b837

Please sign in to comment.