create-mfe-kit
Version:
CLI to scaffold Micro Frontend apps using Module Federation
37 lines (23 loc) • 837 B
Markdown
# Create MFE kit (WIP)
**`create-mf-kit`** is a developer-friendly CLI tool that sets up a plug-and-play Micro Frontend architecture in seconds.
Inspired by tools like `create-react-app` and `create-vite`, but built specifically for MFE use cases.
# CLI Usage
### Create a new MFE project.
```bash
npm create mfe-kit@latest
```
### Add a new remote app inside MFE.
```bash
npx create-mfe-kit add *app name*
```
# Features
- Zero-config microfrontend setup.
- Webpack Module Federation pre-configured.
- Easily add new remote apps via CLI.
# Work in Progress Features
- Multi-framework support (React, Vue, Angular, etc.).
- Auto-routing setup for newly added MFEs.
- Optional TypeScript support.
# License
This project is licensed under the [MIT License](./LICENSE).
© 2025 [Prathvin Pinto](https://github.com/flintbits)