1.0.13 • Published 3 months ago

code-task v1.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

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.

ss

How to use

A. 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

B. 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
1.0.13

3 months ago

1.0.12

3 months ago

1.0.11

3 months ago

1.0.10

3 months ago

1.0.9

3 months ago

1.0.8

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.2

3 months ago

1.0.0

3 months ago