@domount/create-shuttle
v0.1.2
Published
Scaffold a new Shuttle application
Maintainers
Readme
@domount/create-shuttle
Scaffold a new Shuttle application — Express backend, agent skills, memory, request queue, and React web client.
Usage
npx @domount/create-shuttle my-app
cd my-app
npm install
npm run devWhat you get
- Server — Express API with config and memory routes
- Web — React SPA with feature-folder layout
- Agent layer —
AGENT.md, skills (optimized-research,change-verification), memory - Data — JSON store contracts in
data/ - Tooling —
shuttle.config.json, verify scripts, scaffold commands
Options
The CLI accepts a single positional argument — the project directory name:
npx @domount/create-shuttle ./my-custom-pathRequirements
- Node.js >= 18
Docs
Full documentation: domount.github.io/shuttle
