0.0.7 • Published 10 years ago

tangramjs v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Tangram

Tangram is template engine for markup. You use it, you can mark up flexibly without PHP.

Build Status Coverage Status npm version

Install

$ npm install tangramjs

Usage

var Tangram = require('tangramjs');

var tangram = new Tangram();

tangram.solve(['path/to'], {dest: 'build', encoding: 'utf8'});