NemesisX1 / micro-builder-cli

Build your micro-frontend Architecture in one command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micro-builder-cli

Build your micro-frontend Architecture or start your servers in one command line inspired by nextjs-micro-front-ends.

With micro-builder-cli you are able to run all your micro-servers for your micro-front-end features at same time. This tool was designed with nodeJS in mind, for its performance in system subprocesses and for the development environment it represents.

How to Install and Run the Project ?

How to install project globally on your system

git clone https://github.com/heyolaniran/micro-builder-cli.git
cd micro-builder-cli
npm install -g .

Available scripts on micro

Help service

Help service to show all available commands

Start servers with micro

Start your servers with micro-builder-cli

Build your project for production

Build your project with micro-builder-cli

Run Script before execute your mode

Run script

Run Script After execute your mode

Run script

Integration of github Actions workflow test locally (soon)

About

Build your micro-frontend Architecture in one command line


Languages

Language:JavaScript 100.0%