@nstudio/web
Version:
Web Plugin for xplat
24 lines (23 loc) • 580 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "ng-add-web",
"title": "Add xplat web 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
}
}
}