vibetorch
v0.1.2
Published
CLI tool for VibeTorch Inspector - auto-inject inspector into React/Next.js apps
Maintainers
Readme
vibetorch
Dead simple CLI for VibeTorch Inspector - auto-setup in one command.
Usage
# Setup: Install + inject code + auto-format (all in one!)
npx vibetorch
# Remove injected code
npx vibetorch remove
# or
npx vibetorch rmWhat it does
- ✓ Detects your framework (Next.js, Vite, CRA)
- ✓ Finds your entry file automatically
- ✓ Installs
@vibetorch/inspectorif needed - ✓ Injects
<VibetorchInspector />component
Then just run npm run dev and you're ready!
Supported Frameworks
- Next.js (App Router & Pages Router)
- Vite
- Create React App
Requirements
- Node.js ≥ 18
- npm or yarn
- A React/Next.js project with a
devscript in package.json
License
MIT
