UNPKG

treestructuregeneration

Version:

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

11 lines (10 loc) 222 B
├── .gitignore ├── bin │ └── tree-gen.js ├── config.js ├── package-lock.json ├── package.json ├── README.md └── src ├── index.js └── treeGenerator.js