@sassoftware/vi-solution-extension-angular-schematics
Version:
Schematics for SAS Visual Investigator solution extensions
26 lines (25 loc) • 988 B
JSON
{
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Installs VI API types alongside the solution extension Angular schematics",
"factory": "./ng-add/index#ngAdd"
},
"add-mobile": {
"description": "Installs VI API types alongside the solution extension Angular schematics",
"factory": "./ng-add/index#addMobile"
},
"web-component": {
"aliases": ["wc"],
"description": "Create a new web component.",
"factory": "./web-component/index#webComponent",
"schema": "./web-component/schema.json"
},
"mobile-web-component": {
"aliases": ["mwc"],
"description": "Create a new mobile web component.",
"factory": "./web-component/index#webComponent",
"schema": "./web-component/mobile-schema.json"
}
}
}