Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 645 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 645 Bytes

Code-Crawler

Automatic tool using for crawling code to find low-hang fruit

usage: codecrawler.py [-h] [--path PATH] [--config CONFIG] [--output OUTPUT]
                      [--json JSON]

Path to source code folder

optional arguments:
  -h, --help       show this help message and exit
  --path PATH      Path to source code folder
  --config CONFIG  Path to config file
  --output OUTPUT  Save result to file
  --json JSON      Save output as json file
  --language LANGUAGE Language ex: java, javascript ...

asciicast