UNPKG

@nstudio/ionic

Version:

Ionic Plugin for xplat

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