create-mf-app

1.0.18 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-mf-app

Weekly Downloads

183

Version

1.0.18

License

MIT

Unpacked Size

160 kB

Total Files

214

Last publish

Collaborators

  • jdherrington