maxstache-stream:Maxstache转换流

时间:2024-05-24 01:04:19
【文件属性】:

文件名称:maxstache-stream:Maxstache转换流

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-24 01:04:19

JavaScript

最大流 转换流。 比{mu,min}stache更快更简单。 安装 $ npm install maxstache-stream 用法 const maxstache = require ( 'maxstache-stream' ) const fs = require ( 'fs' ) fs . createReadStream ( './foobar.txt' ) . pipe ( maxstache ( { name : 'jjjohnny' , occupation : 'wizard' } ) ) . pipe ( process . stdout ) 原料药 transformStream = maxstache(变量) 创建一个注入变量对象的maxstache转换流。 使用{{varName}}语法标记模板中的变量。 也可以看看 执照


【文件预览】:
maxstache-stream-master
----test.js(1KB)
----.travis.yml(155B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(54B)
----index.js(572B)
----package.json(898B)

网友评论