CLI tool that reviews code files using the Gemini 2.5 Flash API.
npm install codereview-cli-amarA Node.js CLI that reviews code using the Gemini 2.5 Flash API.
1. Install dependencies:
``bash`
npm install
2. Install globally:
`bash`
npm install -g .
First time:
`bash`
codereview myfile.js
ā Prompts for your Gemini 2.5 Flash API key (saved securely).
Next runs:
`bash``
codereview index.html
ā Reviews code using the saved key.