vibeship
v1.0.2
Published
Create a new Vibeship project - Ship daily. Document always. Test everything.
Maintainers
Readme
vibeship
Create a new Vibeship project or add Vibeship to your existing codebase.
Usage
Create a new Vibeship project
npx vibeship my-appOr install globally:
npm install -g vibeship
vibeship my-appAdd Vibeship to an existing project
Navigate to your existing project directory and run:
npx vibeship initOr with global installation:
vibeship initWhat This Creates
For new projects:
A complete Vibeship framework for shipping features daily:
- 📋 Planning docs (
.vibe/folder) - 🤖 AI integration (
.cursorrules) - 🧪 Testing setup
- 🚀 Deployment ready
- 📝 Documentation templates
For existing projects:
Adds Vibeship framework components without overwriting your code:
- 📋
.vibe/folder for planning docs - 🤖 AI integration files
- 📝 Vibeship documentation templates
- 🔧 Optional: testing and deployment configs
Next Steps
After creation:
cd my-app
cat QUICK_START.md # 30-minute setup guideAfter adding to existing project:
cat .vibe/INTEGRATION.md # Integration guideAbout Vibeship
Vibeship is a framework for building real software with AI that ships daily. Learn more at github.com/bestbrian/vibeship.
Requirements
- Node.js 14+
- Git
- Bash (macOS/Linux/WSL)
License
MIT
