{"library":"multi-framework-component-transpiler","title":"multi-framework-component-transpiler","description":"A CLI tool that transpiles plain JavaScript or framework-specific components into multiple frontend frameworks: React, Vue, Svelte, Angular, and Vanilla JS. Version 1.0.2 is the initial release. It reads input files (.js, .ts, .jsx, .tsx, .vue, .svelte) and outputs framework-ready components with appropriate lifecycle hooks (useEffect, onMounted, onMount, ngOnInit). Supports both JavaScript and TypeScript output. Intended for code migration or multi-framework component generation, but lacks modular architecture, error handling, and active maintenance. Differentiators: multi-framework output from a single input, but limited customization and no plugin system.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install multi-framework-component-transpiler"],"cli":{"name":"mct","version":null}},"imports":["npx multi-framework-component-transpiler <inputFile> [outputDir]"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npx multi-framework-component-transpiler input.js ./output","lang":"typescript","description":"Transpiles input.js into React, Vue, Svelte, Angular, and Vanilla JS components in ./output.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}