UNPKG

@nrwl/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

26 lines (25 loc) 609 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, "x-priority": "internal" } }, "required": ["name"] }