UNPKG

treestructuregeneration

Version:

帮助开发者快速生成指定文件的树状目录结构

5 lines (4 loc) 110 B
export default cogfig = { deep: 3, //层级 ignore: ["node_modules/**", ".git/**"], //忽略文件 };