code-task

1.0.13 • Public • Published

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

Package Sidebar

Install

npm i code-task

Weekly Downloads

5

Version

1.0.13

License

ISC

Unpacked Size

28.8 kB

Total Files

11

Last publish

Collaborators

  • tsahil01