UNPKG

@storm-software/workspace-tools

Version:

Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.

24 lines 647 B
{ "id": "#", "title": "Config Schema Generator", "description": "A type definition for a config schema generator schema", "properties": { "directory": { "title": "Directory", "type": "string", "description": "The directory to create the library in", "id": "#directory" }, "outputFile": { "title": "Output File", "type": "string", "description": "The file to write the schema to", "id": "#outputFile", "default": "{workspaceRoot}/storm-workspace.schema.json" } }, "type": "object", "default": { "outputFile": "{workspaceRoot}/storm-workspace.schema.json" } }