@empire-builder-kit/containers
v0.0.1-alpha.4
Published
Empire Builder Kit container workload generators.
Readme
@empire-builder-kit/containers
Empire Builder Kit container workload generators.
Implemented Surface
@empire-builder-kit/containers:service: scaffold a TypeScript-first backend service atpackages/<app>/apps/service@empire-builder-kit/containers:task: scaffold a TypeScript-first backend task atpackages/<app>/apps/task
Current Direction
This milestone focuses on a mergeable TypeScript-first backend slice: a minimal HTTP service plus a batch-oriented task with shared container build conventions, Nx targets, Vitest coverage, app-local docs, and generated SST/ECS composition templates with a consistent local-dev command contract. Broader language presets can land in follow-on milestones.
Building
Run pnpm nx build @empire-builder-kit/containers to build the library.
Running unit tests
Run pnpm nx test @empire-builder-kit/containers to execute the unit tests via Vitest.
