react-mfe-gen 1.2.1 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # 🏗️ React Microfront end generator (react-mfe-gen)
2
2
 
3
+ ![react-mfe-gen-package](./images/react-mfe-gen-package.png)
4
+
3
5
  react-mfe-gen is a CLI tool that helps you quickly scaffold a base setup for React Micro-Frontend (MFE) architecture.
4
6
 
5
7
  This tool uses the Runtime Integration approach — meaning each MFE is built as a Web Component and integrated dynamically at runtime. This keeps your applications modular, scalable, and independent.
@@ -25,4 +27,8 @@ Node.js installed (latest LTS recommended).
25
27
  - Run the CLI
26
28
  `create-react-mfe`
27
29
 
30
+ - You will see the below message in your terminal
31
+
32
+ ![react-mfe-gen](./images/react-mfe-gen.png)
33
+
28
34
  - Answer the prompts to generate your project, container, or micro-frontend.
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-mfe-gen",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Generate React micro-frontends, containers, and projects using a simple CLI with runtime integration support.",
5
5
  "main": "dist/mfe-gen.js",
6
6
  "scripts": {