1.1.5 • Published 29 days ago

create-mf-app v1.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
29 days ago

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 Questions

Pick the name of your app? (host)

Press enter for the default host directory. Type . for the current directory or type the name of the new directory.

Project Type: 
  > Application
    API Server
    Library

Chose the Application, API Server, or Library.

Application

Port number: (8080)

Type a port number or press enter for the default port 8080.

Framework: (Use arrow keys)
    lit-html
    mithril
    preact
  > react
    react-esm
    solid-js
    svelte
    vanilla
    vue2
    vue3
    inferno

Chose desired framework.

Language:
  > typescript
    javascript

Chose your preferred programming language: javascript or typescript

CSS:
  > CSS
    Tailwind

Chose your desired form of styling. Tailwind will generate extra files.

API Server

Port number: (8080)

Type a port number or press enter for the default port 8080.

Template:
  > express
    graphql-apollo
    graphql-nexus
    graphql-subscriptions
    nextjs-auth
    nextjs-todo

Select the desired API template.

Library

A typescript file library will be automatically generated.

Programmatic Usage

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

buildProject({
  type: 'Application',
  name: 'my-project',
  port: '8080',
  framework: 'react',
  language: 'typescript',
  css: 'Tailwind',
})
1.1.5

29 days ago

1.1.4

1 month ago

1.1.3

3 months ago

1.1.2

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.18

10 months ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.11

3 years ago

1.0.12

2 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago