1.1.0 • Published 4 months ago

check-your-code v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Check Your Code

It is an automated code review + optimization tool built for command line and is easy to use.

Steps to Run

  • npm install check-your-code
  • run the command check-your-code or npx check-your-code
  • Enter your OPENAI_API_KEY
  • Select the file you want to optimize
  • You can check for optimizations for last n commits with
    • check-your-code committed n ( default n is 1 )
  • You can check for optimizations for modified files with
    • check-your-code modified

Steps to Run on local device

  • Fork the repo
  • Clone the forked repo with git clone <cloned-repo-url>
  • cd into the folder
  • Run npm install
  • Run npm start to run the application

Screenshots

1.1.0

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago