polymer
v0.5.0
Published
Pre-processor for the Harp APF
Downloads
350
Readme
polymer
Pre-processor system for automatic template compiling.
Usage
var polymer = require('polymer')
var poly = polymer.root('path/to/project')
project.render('index.jade', function(error, body){
console.log(body)
})