create-vibemancer
v0.1.4
Published
Create a new Vibemancer wizard bot project
Downloads
413
Readme
create-vibemancer
Scaffold a new Vibemancer wizard bot project.
Usage
npm create vibemancer@latest my-wizard
cd my-wizard
npm install
npm run devCreates a project with:
src/bot.ts— starter wizard bottests/bot.test.ts— vitest suiteAGENTS.md— context file for AI coding assistants (Claude Code, Cursor, Copilot CLI, Codex)README.md— full development workflow guidevibemancer.json— CLI config
Prefer pnpm, yarn, or bun? They all work — swap npm for your favourite.
What's next
See the full walkthrough at vibemancer.com (Build a Bot tab), or just run npm run dev and start editing.
License
MIT
