0.0.5 • Published 9 months ago

aichecks v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

1.0.1

10 months ago

1.0.0

10 months ago