@o3r/core
Version:
Core of the Otter Framework
22 lines (21 loc) • 503 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ngGenerateNgAddSchematicsSchema",
"title": "Generate ng add rule",
"description": "ng add rule",
"properties": {
"name": {
"type": "string",
"description": "Project name",
"$default": {
"$source": "projectName"
},
"alias": "project"
},
"path": {
"type": "string",
"description": "Source directory containing the schematics"
}
},
"additionalProperties": true
}