@wrkrdev/infra
v0.2.0
Published
Standalone VM and workspace infrastructure interfaces plus adapters for lifecycle, secrets, routing, and node placement.
Downloads
56
Readme
@wrkrdev/infra
Standalone VM and workspace infrastructure interfaces plus adapters for lifecycle, secrets, routing, and node placement.
Install
bun add @wrkrdev/infraQuick start
import {
WORKSPACE_TRANSITIONS,
createDefaultInfraConfig,
} from '@wrkrdev/infra';
console.log(WORKSPACE_TRANSITIONS.draft);
console.log(createDefaultInfraConfig());Public surface
- Library: workspace/VM/node/secrets types, infra interfaces, config helpers, and in-memory/Supabase/Redis/SSH/node-agent adapters.
- CLI (
wrkr-infra):workspace,node,secret,vm,pool,health-check.
License
Apache-2.0.
