@jamarsto/kiunzi-micro-frontend-tools
Version:
Kiunzi framework Micro-frontend scaffolding
17 lines • 552 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "KiunziMicroFrontendToolsNgAdd",
"title": "Adds a project to module federation and configures it as either a shell or micro-frontend",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The project to add to module federation",
"x-prompt": {
"message": "Enter the project name:",
"type": "string"
}
}
},
"required": ["project"]
}