文件名称:handpipe.js:基于生成器的车把样式流模板
文件大小:95KB
文件格式:ZIP
更新时间:2024-06-20 11:02:25
JavaScript
Handpipe.js 基于生成器的把手样式流模板。 入门 安装节点 >= 0.11 使用--harmony标志启动节点。 例子 给定 template.html: <!doctype html > < div> < h1> {{title}} h1> < p> {{desc}} p> div> 读取、处理和管道到 output.html: var fs = require ( "fs" ) , handpipe = require ( "handpipe" ) fs . createReadStream ( "template.html" ) . pipe ( handpipe ( { title : function ( next , cb ) { // Some async operation to ge
【文件预览】:
handpipe.js-master
----.travis.yml(37B)
----handpipe.js(317B)
----package.json(1016B)
----test()
--------test.js(7KB)
--------fixtures()
----dist()
--------handpipe.min.js(110KB)
--------handpipe.js(200KB)
----compile.js(6KB)
----apply.js(2KB)
----examples()
--------simple()
----LICENSE.md(1KB)
----.gitignore(27B)
----README.md(5KB)