How do I install the Vibgrate CLI?

FAQ resource for your migration project.

FAQ resource for How do I install the Vibgrate CLI?.

Answer

Install as a dev dependency in your project: npm install -D @vibgrate/cli (or use pnpm, yarn, bun). You can also run without installing using npx: npx @vibgrate/cli scan . For global installation: npm install -g @vibgrate/cli. After installation, run vibgrate --help to see available commands.