polymer

Pre-processor for the Harp APF

MIT 17 个版本
安装
npm install polymer
yarn add polymer
pnpm add polymer
bun add polymer
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)
})
版本列表
0.5.0 2016-02-09
0.4.1 2013-06-17
0.4.0 2013-05-10
0.3.11 2013-05-02
0.3.10 2013-04-22
0.3.9 2013-04-19
0.3.8 2013-04-18
0.3.7 2013-04-18
0.3.6 2013-04-17
0.3.5 2013-04-17
0.3.4 2013-04-15
0.3.3 2013-04-15
0.3.2 2013-04-15
0.3.1 2013-04-15
0.3.0 2013-04-15
0.2.0 2013-03-31
0.1.0 2013-03-31