@nstudio/ionic-angular
Version:
Ionic Angular Plugin for xplat
24 lines (23 loc) • 534 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "xplat-ionic-angular",
"title": "xplat ionic angular schema",
"type": "object",
"properties": {
"prefix": {
"type": "string",
"description": "The prefix to apply to generated selectors.",
"alias": "p"
},
"npmScope": {
"type": "string",
"description": "The npm scope to use.",
"alias": "wn"
},
"skipFormat": {
"description": "Skip formatting files",
"type": "boolean",
"default": false
}
}
}