1.0.13 • Published 1 year ago
code-task v1.0.13
AI-code-task-planner
- 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.
How to use
A. Using Clone:
- 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.
npm install- 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.jsand change the model name.
model: <Your Model Name>- Run the code.
npm run startB. Using NPM:
- Navigate to the folder where your codebase is located (package.json should be present).
$ cd <Your Codebase>- Install the package.
$ npm install codetask- 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.
$ npx codetask