Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
830 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "$schema": "http://json-schema.org/draft-07/schema",
|
---|
| 3 | "$id": "ng-cli://commands/generate.json",
|
---|
| 4 | "description": "Generates and/or modifies files based on a schematic.",
|
---|
| 5 | "$longDescription": "",
|
---|
| 6 |
|
---|
| 7 | "$aliases": ["g"],
|
---|
| 8 | "$scope": "in",
|
---|
| 9 | "$type": "schematics",
|
---|
| 10 | "$impl": "./generate-impl#GenerateCommand",
|
---|
| 11 |
|
---|
| 12 | "allOf": [
|
---|
| 13 | {
|
---|
| 14 | "type": "object",
|
---|
| 15 | "properties": {
|
---|
| 16 | "schematic": {
|
---|
| 17 | "type": "string",
|
---|
| 18 | "description": "The schematic or collection:schematic to generate.",
|
---|
| 19 | "$default": {
|
---|
| 20 | "$source": "argv",
|
---|
| 21 | "index": 0
|
---|
| 22 | }
|
---|
| 23 | }
|
---|
| 24 | },
|
---|
| 25 | "required": []
|
---|
| 26 | },
|
---|
| 27 | { "$ref": "./definitions.json#/definitions/base" },
|
---|
| 28 | { "$ref": "./definitions.json#/definitions/schematic" },
|
---|
| 29 | { "$ref": "./definitions.json#/definitions/interactive" }
|
---|
| 30 | ]
|
---|
| 31 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.