1.0.7 • Published 6 months ago

create-app-microfrontend v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

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! 🚀

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago