@nrwl/workspace
Version:
26 lines (25 loc) • 609 B
JSON
{
"cli": "nx",
"$id": "SchematicsNxWorkspaceSchematic",
"title": "Create a custom generator",
"description": "Create a custom generator.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Generator name.",
"$default": {
"$source": "argv",
"index": 0
},
"x-prompt": "What name would you like to use for the workspace generator?"
},
"skipFormat": {
"description": "Skip formatting files.",
"type": "boolean",
"default": false,
"x-priority": "internal"
}
},
"required": ["name"]
}