UNPKG

treestructuregeneration

Version:

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

38 lines (37 loc) 760 B
{ "name": "treestructuregeneration", "version": "1.0.2", "description": "帮助开发者快速生成指定文件的树状目录结构", "main": "src/index.js", "bin": { "tree-gen": "./bin/tree-gen.js" }, "type": "module", "scripts": { "start": "node ./bin/tree-gen.js" }, "author": "huangshenhao", "repository": { "type": "git", "url": "https://github.com/huang-shen-hao/tree-structure-generator" }, "keywords": [ "tree", "directory", "structure", "generator", "cli", "文件夹", "目录树", "工具", "nodejs", "可视化" ], "license": "ISC", "dependencies": { "chalk": "^5.3.0", "commander": "^10.0.1", "fast-glob": "^3.3.3", "figlet": "^1.7.0" } }