1.0.2 • Published 2 years ago

coderai v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

coderai

coderai is a command-line tool for generating and debugging code using Google Generative AI

Installation

npm install coderai

Setup

To use coderai, you need to set up your environment by creating a .env file with your Gemini Pro API key:

API_KEY="YOUR_GEMINI_PRO_KEY"

Usage

npx coderai -f "<filename>" -p "<prompt>"

Add filename to edit/write and prompt what to edit/write

npx coderai -f "index.js" -p "create a simple express server"
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago