@o3r/core
Version:
Core of the Otter Framework
21 lines (20 loc) • 477 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"
}
},
"path": {
"type": "string",
"description": "Source directory containing the schematics"
}
},
"additionalProperties": true
}