1.0.9 • Published 1 month ago

code-review-cli v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

crev

Install the CLI - npm i code-review-cli

Lint JavaScript files in the current directory with GPT-3 analysis

crev --key YOUR_OPENAI_API_KEY

Lint a specific Python file with GPT-3 analysis

crev --path path/to/file.py --key YOUR_OPENAI_API_KEY

Lint a Python directory without GPT-3 analysis (since no key is provided)

crev --path path/to/python-project

Lint a specific JavaScript file

crev --path path/to/file.js

Lint a specific Python files

crev --path path/to/file.py

Lint a Go file

crev --path path/to/file.go

1.0.9

1 month ago

1.0.8-alpha2

1 month ago

1.0.8-alpha1

1 month ago

1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago