MishkaChelekom.MCP.Tools.UninstallComponent
(Mishka Chelekom v0.0.9-alpha.20)
Copy Markdown
View Source
Generate mix commands for uninstalling Mishka Chelekom components.
Returns the appropriate mix mishka.ui.uninstall command with options.
Usage
uninstall_component(name: "accordion")
uninstall_component(name: "accordion,button,alert")
uninstall_component(all: true)Options
name- Component name(s) to uninstall (comma-separated)all- Uninstall all Mishka componentsdry_run- Preview what will be removed without making changesforce- Force removal even if other components depend on itkeep_js- Keep JavaScript files even if unused