生成文件目录结构的插件

357 阅读1分钟
生成文件目录结构的插件
// tree-cli
> pnpm add tree-cli -Dw
// 在需要生成目录结构的文件夹下
> npx tree -l [level] -o [name.md] // eg:npx tree -l 4 -o tree.md