code-task
1.0.13 • Public • Published
- 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.

- Install typescript and ts-node.
npm install -g typescript ts-node
- Using Cloning the repository.
git clone https://github.com/tsahil01/AI-code-task-planner
- Install the required packages.
- 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.
- Run the code.
- Navigate to the folder where your codebase is located (package.json should be present).
- Install the package.
- Create a .env file in project directory and add the following variables.
OPEN_ROUTE_API_KEY=<Your API Key>
- Open the terminal and run the following command.
Package Sidebar
Install
Weekly Downloads