UNPKG

@nstudio/schematics

Version:

Cross-platform (xplat) tools for Nx workspaces.

23 lines 570 B
{ "$schema": "http://json-schema.org/schema", "id": "ng-add", "title": "Add xplat to Workspace", "description": "NOTE: Does not work in the --dry-run mode", "type": "object", "properties": { "platforms": { "type": "string", "description": "Target platforms to support." }, "prefix": { "type": "string", "description": "The prefix to apply to xplat generated selectors.", "alias": "p" }, "skipFormat": { "description": "Skip formatting files", "type": "boolean", "default": false } } }