alternatex / template

Templating engine inspired by Weld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template

Overview

Templating engine inspired by Weld

Installation

git clone https://github.com/alternatex/template.git
git submodule init
git submodule update 

Usage

TODO

<ul class="contacts">
  <li>
    <h1 class="fullname">Colbert, Stephen</h1>
    <ul class="friends">
      <li class="firstname">Bode</li>
      <li class="lastname">Miller</li>
    </ul>
  </li>
</ul>

Features

  • Iteration
  • Defaults

Roadmap

  • DOM Model Updates
  • Documentation/Examples
  • Server
    • JSDOM
    • PHP

Resources

License

Released under two licenses: new BSD, and MIT. You may pick the license that best suits your development needs.

https://raw.github.com/alternatex/template/master/LICENSE

About

Templating engine inspired by Weld

License:Other


Languages

Language:JavaScript 100.0%Language:CSS 0.0%