文件名称:helper-glob:用于通配文件的模板助手。 适用于把手、Lo-Dash 或任何支持辅助功能的模板引擎
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-28 06:13:47
JavaScript
helper-glob 用于通配文件的模板助手。 适用于把手、Lo-Dash 或任何支持辅助功能的模板引擎。 使用安装 npm i helper-glob --save 用法 破折号 var _ = require ( 'lodash' ) ; _ . template ( '<%= glob("files/*.txt") %>' , { glob : require ( 'helper-glob' ) } ) ; // glob and read files var fs = require ( 'fs' ) ; _ . template ( '<%= _.map(glob("files/*.txt"), read) %>' , { glob : require ( 'helper-glob' ) , read : function ( fp ) { return
【文件预览】:
helper-glob-master
----LICENSE-MIT(1KB)
----.jshintrc(280B)
----.gitattributes(237B)
----fixtures()
--------a.txt(3B)
--------hbs()
--------c.txt(3B)
--------b.txt(3B)
----.verb.md(1KB)
----test.js(4KB)
----CONTRIBUTING.md(130B)
----README.md(2KB)
----.gitignore(101B)
----index.js(2KB)
----package.json(1KB)