UNPKG

@jamarsto/kiunzi-micro-frontend-tools

Version:
17 lines 552 B
{ "$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"] }