rishabhknowss / EZcodegen

It auto-generates the code in a specific file provided the file name and the prompt , made this using cli npm package (It was named coderai previously)
https://www.npmjs.com/package/@rishabhknows/ezcodegen
MIT License
3 stars 0 forks source link
cli code generative-ai

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"

Getting Started

https://github.com/rishabhknowss/EZcodegen/assets/97790876/d4b41d93-464a-45ba-b9a6-948720be9bfd