tangramjs

0.0.7 • Public • Published

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'});

Dependencies (11)

Dev Dependencies (1)

Package Sidebar

Install

npm i tangramjs

Weekly Downloads

3

Version

0.0.7

License

MIT

Last publish

Collaborators

  • devcken