2.0.2 • Published 5 months ago

create-mf-app v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

create-mf-app

npm version npm version

Creates a Module Federation application, API server, or library based on one of multiple different templates.

Usage

npx create-mf-app

These projects are not production complete. They are designed as lightweight projects that can be used to quickly prototype a new feature or library.

CLI Usage

Without any arguments, the CLI will prompt you for the information required to create the project.

npx create-mf-app@latest

You can also get help for the CLI for the options available.

npx create-mf-app@latest --help

You can create an application using CLI options:

npx create-mf-app@latest --name my-remote --port 8080 --css Tailwind --template react-19

Shorthand versions of each option are also available:

npx create-mf-app@latest -n my-remote -p 8080 -c Tailwind -t react-19

Programmatic Usage

const { buildProject } = require("create-mf-app");

buildProject({
  type: "Application",
  name: "my-remote",
  port: "8080",
  framework: "react-19",
  css: "Tailwind",
});
2.0.2

5 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago