0.0.5 • Published 2 years ago

aichecks v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Setup

  1. Install aichecks:

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

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

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago