Generate complete fullstack applications with OpenClaw.
# Generate React + Node app
./generate.sh my-app react node
# Generate Vue + Python app
./generate.sh my-app vue python
# Generate Next.js + PostgreSQL
./generate.sh my-app next postgresql
Generates complete project structure:
my-app/
├── frontend/
├── backend/
├── docker/
├── ci-cd/
└── docs/
Sunshine-del-ux
共 1 个版本