Quick Start
Get started with Neovate Code in minutes.
Prerequisites
- Node.js 18+
- Terminal access
- A coding project
Installation
Install globally via npm:
npm i @neovate/code -gVerify installation:
neovate --versionInitial Setup
Navigate to your project and start Neovate Code:
cd /path/to/your/project
neovateOn first run, you’ll be prompted to configure a provider:
- Type
/loginand select your AI provider - Enter your API key
- Type
/modelto choose a model
Start Coding
You’re now in interactive mode. Try these commands:
> explain this project
> create a testcase for @src/components/Button.tsx
> what is the purpose of this project
> analyze the dependencies of this projectReview & Commit
After making changes, stage them and get a review:
git add .
neovate /reviewGenerate and commit with AI assistance:
neovate commitWhat’s next?
After you’ve completed the quickstart, you can learn more about the following topics: