Skip to content

AliZaib-Emumba/create-mf-app-modified

 
 

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 47.0%
  • TypeScript 41.7%
  • HTML 4.6%
  • CSS 3.3%
  • Vue 2.0%
  • Svelte 0.7%
  • Other 0.7%