Skip to content

A cli AI tool for analyzing code, and helps you to find potential changes

License

Notifications You must be signed in to change notification settings

rvikunwar/aichecks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Checks

AI Checks

A CLI that helps you to identify potential bugs in your code and suggest changes for better code quality.

Current version

Setup

  1. Install aichecks:

    npm install -g aichecks
  2. Retrieve your API key from OpenAI

  3. Set the key:

    aichecks config set OPENAI_API_KEY=<your token>

Upgrading

First check for the installed version using:

aichecks --version

If it's not the latest version, run:

npm update -g aichecks

Usage

CLI mode

Call aichecks <file path> to generate suggestion for a specific file:

aichecks /src/index.js

Options

OPENAI_KEY

Required

The OpenAI API key. You can get it from OpenAI API Keys page.

About

A cli AI tool for analyzing code, and helps you to find potential changes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published