Skip to content

EMB - Enspirit's Monorepo Builder

Build, run, and manage your Docker monorepo with ease

Auto-Discovery

EMB automatically discovers components in your monorepo. Any folder with a Dockerfile becomes a buildable component.

Smart Dependencies

Define dependencies between images and EMB builds them in the right order.

Consistent Workflow

Use the same commands across all projects: emb up, emb logs, emb run.

Flavors

Define different configurations for development, staging, and production using JSON Patch.

Terminal window
# Install EMB
npm install -g @enspirit/emb
# In your monorepo
emb components # See discovered components
emb up # Build resources and start services
emb logs api # View logs for a service