UNPKG

@datorama/akita

Version:

State Management Tailored-Made for JS Applications

35 lines (34 loc) 834 B
{ "$schema": "http://json-schema.org/schema", "id": "SchematicsAkitaHttpEntityService", "title": "Akita Firebase Entity Service Options Schema", "type": "object", "properties": { "name": { "description": "The name of the firebase entity service.", "type": "string", "alias": "s", "$default": { "$source": "argv", "index": 0 } }, "path": { "type": "string", "format": "path", "description": "The path to create the query.", "visible": false }, "spec": { "type": "boolean", "description": "Specifies if a spec file is generated.", "default": false }, "dirName": { "type": "string", "default": "state", "description": "Specifies the name of the generated folder" } }, "required": [] }