@ngserveio/ws
Version:
This library was generated with [Nx](https://nx.dev).
40 lines (39 loc) • 824 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "domain",
"type": "object",
"properties": {
"name": {
"type": "string",
"x-prompt": "Project Name",
"description": "Library name",
"$default": {
"$source": "argv",
"index": 0
}
},
"domain": {
"type": "string",
"x-prompt": "Domain Name",
"description": "Domain Name",
"$default": {
"$source": "argv",
"index": 1
}
},
"createApps": {
"type": "boolean",
"x-prompt": "Create Apps?",
"description": "Create the Api and Angular applications.",
"default": true,
"$default": {
"$source": "argv",
"$index": 2
}
}
},
"required": [
"name",
"domain"
]
}