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)
})
Pre-processor system for automatic template compiling.
var polymer = require('polymer')
var poly = polymer.root('path/to/project')
project.render('index.jade', function(error, body){
console.log(body)
})
npm i polymer
51
0.5.0
MIT