文件名称:metalsmith-flatten:用于扁平化目录层次结构的 metalsmith 插件
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-26 04:52:44
JavaScript
铁匠铺平 用于扁平化目录层次结构的 metalsmith 插件。 安装 $ npm install metalsmith-flatten --save-dev 用法 展平整个目录 var Metalsmith = require ( 'metalsmith' ) ; var flatten = require ( 'metalsmith-flatten' ) ; var metalsmith = new Metalsmith ( __dirname ) . use ( flatten ( ) ) ; 这将转换如下所示的目录结构: my-dir/ one.html two.html nested/ three.html my-other-dir/ four.html 到平面输出目录: my-dir-one.html my-dir-two.html my-dir-
【文件预览】:
metalsmith-flatten-master
----.gitattributes(66B)
----lib()
--------index.js(775B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(39B)
----package.json(295B)