@delightfulcomputer/gone-building
v0.1.0
Published
Coaching-first CLI for developers who want to learn how they vibe code
Downloads
33
Maintainers
Readme
@gone-building/cli
Coaching-first CLI for developers who want to learn how to vibe code
Installation
npm install -g @delightfulcomputer/gone-building-cliOr use with npx:
npx @delightfulcomputer/gone-building-cli startQuick Start
# Start a build session
gone-building start
# Get a diagnosis + next steps when stuck
gone-building stuck
# End the session and capture learnings
gone-building endCoach Commands
| Command | Description |
|---------|-------------|
| start | Start a build session (goal, project, tool) |
| stuck | Capture a stuck moment and get guidance |
| checkpoint | Mid-session progress check-in |
| end | Session debrief with learning summary |
| progress | Streaks, sessions, recurring blockers |
| plan | 7-day mission + rep plan |
Secondary tools: init, explain
Configuration
Config and session data are stored in ~/.gone-building/
Development
# Install dependencies
npm install
# Run in dev mode
npm run dev
# Build
npm run build
# Run built version
npm startLicense
MIT © Gone Building
