yarn analyze <BASE_PATH> -s <SCOPE_FILE> -g <GITHUB_URL> -o <OUTPUT_FILE>
# Example
yarn analyze contracts -s scope.example.txt -g githubLink.com -o outfile.mdBASE_PATHis a relative path to the folder containing the smart contracts.SCOPE_FILEis an optional file containg a specific smart contracts scope (see scope.example.txt)GITHUB_URLis an optional url to generate links to github in the reportOUTPUT_FILEis an optional file name where the output will be saved , by default it's saved inreport.mdfile.
| Repository | Report |
|---|---|
| Ens | Report |
You'll need Node.js and Yarn. Then clone the repo and run:
yarnYou're all set!