auto-doc-generator
v2.0.21
Published
前端自动化文档生成工具
Downloads
115
Maintainers
Readme
auto-doc-generator
auto-doc-generator/ ├── bin/ # CLI入口 │ └── cli.js # 主入口 ├── example/ # test case │ └── comp # 测试组件 │ └── comp1 # ├── src/ # 核心代码 │ ├── core/ │ │ ├── generator.ts # 文档生成 │ │ └── init.js # 初始化,全量生成 │ └── scripts/ # Shell脚本 │ │ ├── preprocess.sh # 预处理 │ │ ├── process.sh # 执行 │ │ └── commit.sh # 提交git │ ├── utils/ │ │ ├── file.js # 文件处理 │ │ ├── http.js # 网络请求 │ │ └── xxx.js # └── templates/ # CI模板 └── gitlab-ci.yml #
