muriukialex / create-mf-app

CLI app to create Module Federation applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Programmatic Usage

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

buildProject({
  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 45.3%Language:TypeScript 43.4%Language:HTML 4.9%Language:CSS 3.2%Language:Vue 2.1%Language:Svelte 0.8%Language:SCSS 0.3%Language:Shell 0.1%