You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
venv/PyCharm 2025.2.1.1/plugins/angular/ngCli/commands/generate.json

30 lines
658 B

{
"$schema": "http://json-schema.org/schema",
"$id": "ng-cli://commands/generate.json",
"description": "Generates and/or modifies files based on a schematic.",
"$longDescription": "",
"$aliases": [ "g" ],
"$scope": "in",
"$type": "schematics",
"$impl": "./generate-impl#PatchedGenerateCommand",
"allOf": [
{
"type": "object",
"properties": {
"schematic": {
"type": "string",
"description": "The schematic or collection:schematic to generate.",
"$default": {
"$source": "argv",
"index": 0
}
}
},
"required": [
]
},
]
}