@nstudio/angular
Version:
Angular Plugin for xplat
23 lines (22 loc) • 598 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "xplat-angular-helpers",
"title": "xplat angular helpers",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Comma-delimited list of helpers to generate.",
"alias": "n",
"$default": {
"$source": "argv",
"index": 0
}
},
"target": {
"type": "string",
"description": "Some helpers support targeting to generate the helper for a specific target. ie: nx g @nstudio/angular:helpers applitools --target=web-myapp"
}
},
"required": []
}