GitHunt
PB

pbmuller/create-mf-app

CLI app to create Module Federation applications

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',
})

Languages

JavaScript45.4%TypeScript43.2%HTML4.9%CSS3.2%Vue2.1%Svelte0.8%SCSS0.3%Shell0.1%

Contributors

MIT License
Created April 8, 2022
Updated April 7, 2022