Skip to content

tsahil01/AI-code-task-planner

Repository files navigation

AI Code Task Planner

npm version downloads per week

This is a AI code task planner for your codebase.

It will help you to plan your code tasks and will help you to manage your codebase.

ss

📦 Installation

A. Using NPM:

  1. Navigate to the folder where your codebase is located (package.json should be present).
$ cd <Your Codebase>
  1. Install the package.
$ npm install codetask
  1. Create a .env file in project directory and add the following variables.
OPEN_ROUTE_API_KEY=<Your API Key>
  1. Open the terminal and run the following command.
$ npx codetask

B. Using Clone:

  1. Install typescript and ts-node.
npm install -g typescript ts-node
  1. Using Cloning the repository.
git clone https://github.com/tsahil01/AI-code-task-planner
  1. Install the required packages.
npm install
  1. Create a .env file and add the following variables.
OPEN_ROUTE_API_KEY=<Your API Key>
  • You can get free API key from https://openrouter.ai/
  • To change LLama model, go to src/main/llama.js and change the model name.
model: <Your Model Name>
  1. Run the code.
npm run start