@smooth_zhz/generate_node-core
Version:
A flexible code generation tool with configurable templates and settings
22 lines • 612 B
JSON
[{
"name": "backend",
"configList": ["config/main_config.json", "config/edit_config.json"],
"outputDir": "output",
"templates": [{
"name": "template/template_api",
"outputName": "api/${apiFileName}.js"
},
{
"name": "template/template_table",
"outputName": "tableConfig.jsx"
},
{
"name": "template/template_edit",
"outputName": "components/edit.vue"
},
{
"name": "template/template_vue",
"outputName": "index.vue"
}
]
}]