freewind / RythmDart

Implement rythm template engine with dartlang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RythmDart

Port Rythm to dart.

You can try rythm online: http://fiddle.rythmengine.org

How to test it

  1. install dart from http://dartlang.org, you can download the full package(which include dart-sdk, dart-editor, dartium), or just download the dart-sdk from http://www.dartlang.org/tools/
  2. add dart-sdk/bin to path, then type dart to check
  3. clone this project and cd project root
  4. run pub install to download dependencies
  5. run dart test/test_all.dart to run all the tests.

About

Implement rythm template engine with dartlang.


Languages

Language:Dart 100.0%