Files
dpb/backend/app/api/v1/module_generator/plugin.toml
T

9 lines
215 B
TOML
Raw Normal View History

# 见 docs/PLUGIN_ARCHITECTURE.md
name = "generator"
title = "代码生成"
version = "1.0.0"
description = "基于数据表与模板的代码生成(gencode)。"
optional = true
tags = ["generator", "codegen"]