A package using multiple 3rd party tools for checking frontend code quality metrics
-
Clone the GitHub Link to GitHub
-
Run
yarnto install dependencies -
Create
.envfile at root with the following contents:
API_KEY_GPT=<Your GPT API key>
API_KEY_CLAUDE=<Your Claude API key>
API_KEY_GEMINI=<Your Gemini API key>
-
Run
npm linkto test on machine - this allows you to runcodeqccommand in the cmd line -
Run
codeqc [CODE FOLDER PATH] -o [MARKDOWN FILE NAME]to run code review on sample code (Export full code from the Figma-to-Code plugin - either Firejet, Locofi, Builder.io, etc)
```Example: `codeqc review c:\Users\xxx\Documents\codeqc\samples\login-screen -o firejet-test-1-landing-page````