Installation
How to install LazyPR on your system
Prerequisites
LazyPR requires Node.js version 20 or higher. Check your version:
node --versionIf you need to update Node.js, visit nodejs.org.
Install LazyPR
Install LazyPR globally using your preferred package manager:
npm install -g lazyprpnpm add -g lazypryarn global add lazyprbun add -g lazyprVerify Installation
Confirm LazyPR is installed correctly:
lazypr --versionYou can also use the shorter alias:
lzp --versionFirst-Time Setup
Before generating your first PR, configure your AI provider API key. LazyPR uses Groq by default:
lazypr config set GROQ_API_KEY=your_api_key_hereGet your free Groq API key at console.groq.com.
You're now ready to generate your first PR! Continue to the Quick Start guide.