@loomdev/cli
v0.1.8
Published
Command-line interface for Loom local development workflows.
Downloads
332
Readme
@loomdev/cli
Command-line interface for Loom.
loom init,start,stop,ps,statuslogs,exec,test,backuploom initaccepts an explicit template or prompts for one when no template is provided, with a suggested default when Loom recognizes common root files.
Install Globally
Install globally so the loom command is available in your shell PATH.
npm install -g @loomdev/cliIf you run npm install @loomdev/cli without -g, use npx loom instead of loom.
Quick Start
loom init node --dir my-app
cd my-app
loom start
loom statusRequirements
- Node.js 24+
- Podman
Help
loom --help