@nrwl/workspace
Version:
25 lines (24 loc) • 571 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
}
},
"required": []
}