useasdemo
Version:
53 lines (52 loc) • 1.83 kB
JSON
{
"schematics": {
"ng-add": {
"factory": "./ng-add",
"description": "Create an Alain workspace.",
"schema": "./ng-add/schema.json",
"aliases": [
"alain-shell"
]
},
"application": {
"factory": "./application",
"schema": "./application/schema.json",
"description": "Create an Alain application."
},
"app": {
"factory": "./app",
"schema": "./app/schema.json",
"description": "Create an ecip app(application) module and install application components."
},
"system": {
"factory": "./system",
"schema": "./system/schema.json",
"description": "Create an ecip system management module and install dict dictionary and resource management components."
},
"auth": {
"factory": "./auth",
"schema": "./auth/schema.json",
"description": "Create an ecip auth management module and install datasource and rule management components."
},
"permission": {
"factory": "./permission",
"schema": "./permission/schema.json",
"description": "Create an ecip permission management module and install role management components."
},
"job": {
"factory": "./job",
"schema": "./job/schema.json",
"description": "Create an ecip job management module and install job management components."
},
"user": {
"factory": "./user",
"schema": "./user/schema.json",
"description": "Create an ecip user management module and install department and local user management components."
},
"log": {
"factory": "./log",
"schema": "./log/schema.json",
"description": "Create an ecip log management module and install datasource and rule management components."
}
}
}