0.0.19 • Published 2 years ago

@freemasonjs/ashlar v0.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

To use as method to bootstrap individual "Ashlars", individual microfrontends.

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

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.7

2 years ago

0.0.0

2 years ago