visop
Version:
A simple CLI for scaffolding visible operation projects.
84 lines • 2.12 kB
JSON
{
"meta": [
{
"id": "id",
"value": "project1",
"description": "在页面显示的名称",
"type": "input"
},
{
"id": "name",
"value": "项目",
"description": "在页面显示的名称",
"type": "input"
},
{
"id": "order",
"value": 1,
"description": "控制在页面显示的顺序",
"type": "input"
},
{
"id": "usage",
"value": "服务路由管理",
"description": "描述这个配置文件的作用",
"type": "input"
}
],
"fields": [
{
"id": "id",
"description": "id",
"type": "input",
"config": {}
},
{
"id": "name",
"description": "名称",
"type": "input",
"config": {
"0": "GET",
"1": "POST"
},
"value": "项目"
},
{
"id": "description",
"description": "描述",
"type": "input",
"config": {}
}
],
"data": [
{
"id": "apimanage",
"name": "接口管理",
"description": "express的接口管理,增删改查",
"__fromElement": {
"id": "elements",
"name": "数据管理",
"description": "管理"
}
},
{
"id": "settings",
"name": "参数配置",
"description": "/config/setting.json",
"__fromElement": {
"id": "elements",
"name": "数据管理",
"description": "管理"
}
},
{
"id": "actions",
"name": "动作列表",
"description": "执行shell脚本或者nodejs脚本"
},
{
"id": "login",
"name": "登录管理",
"description": ""
}
]
}