create-app-microfrontend v1.0.7
Create App Microfrontend
A CLI tool to scaffold a React Microfrontend using Webpack Module Federation.
Installation & Usage
Run the following command to create a new microfrontend project:
npx create-app-microfrontend
This will prompt you to enter a project name. Once provided, it will generate a fully functional React-based Microfrontend setup.
Features
✅ Scaffolds a React Microfrontend with Webpack Module Federation
✅ Asks for the project name interactively
✅ Sets up React with Webpack & SWC
✅ Supports TypeScript (optional)
✅ Provides a ready-to-use structure
Project Setup
Once the project is created, navigate into the directory :
cd myapp # Replace with your chosen project name
npm run dev
This will start the development server for your Microfrontend.
Contributing
We welcome contributions! Feel free to submit issues or pull requests.
License
This project is licensed under the MIT License.
This version clearly states that it is React-specific, requires user input for the project name, and explains what gets generated. Let me know if you need further tweaks! 🚀