gulp-mustache

时间:2024-05-30 07:14:08
【文件属性】:

文件名称:gulp-mustache

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-30 07:14:08

JavaScript

吞咽的胡子 胡子插件的 用法 首先,将gulp-mustache安装为开发依赖项: npm install --save-dev gulp-mustache 然后,将其添加到您的gulpfile.js : var mustache = require ( "gulp-mustache" ) ; gulp . src ( "./templates/*.mustache" ) . pipe ( mustache ( { msg : "Hello Gulp!" } ) ) . pipe ( gulp . dest ( "./dist" ) ) ; 您还可以传入表示小胡子局部及其内容的对象,作为调用mustache()的第三个参数,如下所示: gulp . src ( "./templates/*.mustache" ) . pipe ( mustache ( { ms


【文件预览】:
gulp-mustache-master
----.jshintrc(389B)
----.gitattributes(11B)
----.travis.yml(62B)
----LICENSE(1KB)
----test()
--------main.js(6KB)
--------fixtures()
--------expected()
----README.md(3KB)
----.editorconfig(295B)
----.gitignore(30B)
----index.js(3KB)
----package.json(871B)

网友评论