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

Readme

Keywords

none

Package Sidebar

Install

npm i tangramjs

Weekly Downloads

1

Version

0.0.7

License

MIT

Last publish

Collaborators

  • devcken