1.0.4 • Published 5 months ago

@rishabhknows/ezcodegen v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

EZcodegen

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

Installation

npm install @rishabhknows/ezcodegen

Setup

To use ezcodegen, 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 ezcodegen -f "<filename>" -p "<prompt>"

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

npx ezcodegen -f "index.js" -p "create a simple express server"
1.0.4

5 months ago

1.0.3

5 months ago