aideas
v0.2.0
Published
CLI to scaffold new AIDEAS projects
Readme
create-aideas
CLI to scaffold new AIDEAS projects.
Usage
npx aideas new my-projectThis will:
- Check prerequisites (Node.js >= 20, pnpm, Docker, Git)
- Clone the AIDEAS template
- Rename the project (
aideas→my-project,AIDEAS→My Project) - Configure environment variables
- Install dependencies
- Start Docker services (PostgreSQL, MinIO, NATS, Plunk)
- Set up the database (schema + seed data)
After setup
cd my-project
pnpm devSee the AIDEAS docs for full documentation.
Requirements
- Node.js >= 20
- pnpm (install via
corepack enable) - Docker with Compose V2
- Git
