UNPKG

@nstudio/angular

Version:

Angular Plugin for xplat

24 lines (23 loc) 588 B
{ "$schema": "http://json-schema.org/schema", "$id": "ng-add-angular", "title": "Add xplat angular 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 } } }