@storm-software/projen
Version:
Tools for managing Projen configuration automation within a Nx workspace.
21 lines • 518 B
JSON
{
"id": "#",
"title": "Init Generator",
"description": "A type definition for the Projen init generator schema",
"properties": {
"directory": {
"title": "Directory",
"type": "string",
"description": "The directory to initialize the workspace in",
"id": "#directory"
},
"skipFormat": {
"title": "Skip Format",
"type": "boolean",
"description": "Skip formatting the generated files",
"id": "#skipFormat"
}
},
"type": "object",
"default": {}
}