@storm-software/workspace-tools
Version:
Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.
15 lines • 338 B
JSON
{
"id": "#",
"title": "Init Generator",
"description": "A type definition for an init generator schema",
"properties": {
"skipFormat": {
"title": "Skip Format",
"type": "boolean",
"description": "Skip formatting the generated files",
"id": "#skipFormat"
}
},
"type": "object",
"default": {}
}