@asabialgo/create-masterdashboard
v0.1.2
Published
Create a new Master Dashboard project - a persistent, web-based terminal orchestration platform
Readme
@asabialgo/create-masterdashboard
Scaffold a new Master Dashboard project with a single command.
Usage
npx @asabialgo/create-masterdashboard my-dashboardOr with pnpm:
pnpm create @asabialgo/masterdashboard my-dashboardWhat it does
- Downloads the latest Master Dashboard template from GitHub
- Removes internal/development-only files
- Updates the project name in
package.json - Installs dependencies with pnpm (if available)
- Initializes a fresh git repository
After scaffolding
cd my-dashboard
cp .env.example .env
cp apps/web/.env.example apps/web/.env.local
pnpm dev- Frontend: http://localhost:3050
- Backend: http://localhost:4000
Requirements
- Node.js 18+
- pnpm 8+ (recommended)
License
MIT
