@mihalcan/shallow-render-schematics
Version:
Add shallow-render to an Angular CLI project
28 lines (27 loc) • 926 B
JSON
{
"$schema": "http://json-schema.org/schema",
"id": "shallow-render/ng-add",
"title": "Add shallow-render to the project",
"description": "NOTE: Does not work in the --dry-run mode",
"type": "object",
"properties": {
"skipInstall": {
"type": "boolean",
"description": "Skip installing after adding shallow-render dependency",
"default": false
},
"shallowRenderVersion": {
"type": "string",
"description": "Shallow-render version to install",
"default": null,
"x-prompt": "Please provide shallow-render version to install or hit Enter to install the latest:"
},
"setAsDefaultCollection": {
"type": "boolean",
"description": "Sets shallow-render schematics as default",
"default": true
}
},
"required": [],
"additionalProperties": false
}