CLI tool to scaffold micro frontend projects compatible with mf-maestro and mf-bundler. Version 1.3.0 is current. Generates projects and individual micro frontends (master/detail/new/edit) from domain-entity definitions. Supports Elm as the default framework. Differentiated from generic generators by tight integration with the Calions micro frontend ecosystem.
npm install mf-bootstrapNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install globally, create a new project named 'my-project', then add a new micro frontend 'profile master' in the 'users' domain, install dependencies, and run tests.
Provide the correct relative path to your main styles project (e.g., ../shared-styles).
Run `npm install` from the project root directory.
Run `npm install -g mf-bootstrap` and ensure your npm global bin directory is in your PATH.
First run `mf-generate init` to create the project structure, then `cd` into that project before running `mf-generate mf`.
No dependency data recorded yet.