create-mastractl
v0.9.0
Published
Scaffold a mastractl project with one command.
Maintainers
Readme
create-mastractl
Scaffold a mastractl project with one command.
Usage
npx create-mastractl my-app
cd my-app
mastractl init
mastractl runWhat gets scaffolded
my-app/
docker-compose.yml # Postgres + mastractl server (ghcr.io/octalpixel/mastractl)
.env.example # Environment variable template
package.json # @mastractl/client dependency
README.md
.mastractl/
agents/
starter/
SOUL.md # Agent instructions
agent.json # Model + budget configOptions
| Flag | Description |
|---|---|
| --non-interactive | Skip next-steps output (useful in CI) |
Prerequisites
- Docker + Docker Compose (for
mastractl run) - Node.js >= 22
License
Apache-2.0
