UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

25 lines (24 loc) 571 B
{ "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": [] }