Files

20 lines
534 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Module Specplop代码生成器
module:
id: plop
name: Plop 代码生成器view/curd/component/mock&api
type: tooling
entrypoints:
- plopfile.js
- plop-templates/
public_api:
concept:
- "通过 plop generators 生成页面、curd、组件以及 mock&api 框架代码"
acceptance:
- "执行 plop 命令可正常出现 generators 并生成文件"
pitfalls:
- "生成结果依赖仓库既有目录约定src/views、src/api、mock/controller 等);新项目需对齐目录或改模板"