文件名称:helper-concat:使用 glob 模式连接文件列表的模板助手。 应该与把手、lodash 或任何允许辅助功能的模板引擎一起使用
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-08 17:37:13
JavaScript
辅助连接 使用 glob 模式连接文件列表的模板助手。 应该与把手、lodash 或任何允许辅助功能的模板引擎一起使用。 使用安装 npm i helper-concat --save 使用示例 从一团文件中获取 contatenated 内容。 patterns {String} options {选项} returns :{字符串} var concat = require ( 'helper-concat' ) ; concat ( 'files/*.md' , function ( err , content ) { //=> 'AAA\nBBB\nCCC' } ) ; 作为帮手: {{ concat ' files/*.md ' }} 从大量文件中同步获取内容。 patterns {String} options {选项} returns :{字符串}
【文件预览】:
helper-concat-master
----.jshintrc(281B)
----.gitattributes(127B)
----fixtures()
--------a.js(45B)
--------a.txt(3B)
--------b.js(45B)
--------c.txt(3B)
--------b.txt(3B)
----.verb.md(2KB)
----test.js(3KB)
----.travis.yml(88B)
----LICENSE(1KB)
----README.md(4KB)
----.editorconfig(424B)
----.gitignore(112B)
----index.js(2KB)
----package.json(1KB)