@hackney/create-mfe

Scaffold Micro-frontend apps with Hackney Council standards

Usage no npm install needed!

<script type="module">
  import hackneyCreateMfe from 'https://cdn.skypack.dev/@hackney/create-mfe';
</script>

README

@hackney/create-mfe

A collection of scaffolding utilities for Micro-frontends

Installation

npx @hackney/create-mfe

Alternatively with yarn:

yarn create @hackeny/mfe

The script will accept a path argument for the intialising directory:

yarn create @hackney/mfe my-app

Usage

The current scaffolding utilities are:

  1. Application - Create a new React Micro-frontend application.
  2. Upgrade - Upgrade an existing Application's dependencies to the latest specified.