Skip to content

CLI app to create Module Federation applications

License

Notifications You must be signed in to change notification settings

erdalstk/create-mf-app

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.2%
  • TypeScript 43.4%
  • HTML 4.9%
  • CSS 3.2%
  • Vue 2.1%
  • Svelte 0.8%
  • Other 0.4%