arperyan / create-mf-app

CLI app to create Module Federation applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-mf-app

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

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.

Programmatic Usage

const builder = require("create-mf-app");

builder({
  type: "Application",
  name: "my-project",
  port: "8080",
  framework: "react",
  language: "typescript",
  css: "Tailwind"
});

About

CLI app to create Module Federation applications

License:MIT License


Languages

Language:JavaScript 52.3%Language:TypeScript 36.0%Language:HTML 5.1%Language:CSS 3.3%Language:Vue 2.2%Language:Svelte 0.8%Language:SCSS 0.3%