Dhruv CLI
View on npm
GitHub stars npm version build status license

Install

npm install -g @rahul05ranjan/dhruv-cli

Also available on npm.

Requires Node.js 18+ and Ollama for local AI models.

Usage Examples

dhruv suggest "deploy react app to vercel"
dhruv explain "git rebase vs merge"
dhruv fix "cors error in express"
dhruv review src/
dhruv optimize package.json
dhruv security-check src/
dhruv generate tests src/utils/helpers.js
dhruv init
dhruv completion bash > dhruv-complete.sh

All Commands

Plugin Example

export default (program) => {
  program.command('hello-plugin').action(() => console.log('Hello from plugin!'));
};

Open Source & Community

Dhruv CLI is fully open source and welcomes contributions!

GitHub Repo Issues Pull Requests Contributing Guide
contributors issues last commit

Configuration & Context