@storm-software/workspace-tools
Version:
Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.
15 lines • 337 B
JSON
{
"id": "#",
"title": "Base Generator",
"description": "A type definition for the base Generator schema",
"properties": {
"directory": {
"title": "Directory",
"type": "string",
"description": "The directory to create the library in",
"id": "#directory"
}
},
"type": "object",
"default": {}
}