handlebars-stream:通过带有把手模板渲染对象的流

时间:2024-06-06 21:38:39
【文件属性】:

文件名称:handlebars-stream:通过带有把手模板渲染对象的流

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-06 21:38:39

JavaScript

车把流 通过流使用手柄模板渲染对象。 安装 npm install handlebars-stream 例子 超级简单的例子 var handlebars = require ( 'handlebars-stream' ) ; var strm = handlebars ( 'hello {{data}}' ) ; strm . on ( 'data' , function ( result ) { console . log ( result ) ; // outputs 'hello world' } ) ; strm . write ( { data : 'world' } ) ; 当然,您的想法是像这样将其他可读对象流通过管道传递给它 var handlebars = require ( 'handlebars-stream' ) ; db . customers .


【文件预览】:
handlebars-stream-master
----.travis.yml(131B)
----test()
--------sauce.js(2KB)
--------index.js(788B)
----README.md(2KB)
----.gitignore(13B)
----index.js(610B)
----package.json(895B)

网友评论