$ python3 -m venv venv
$ . venv/bin/activate
$ pip3 install -r requirements.txt
-
Public repository:
$ python3 main.py --url https://github.com/example/public-php-project.git --public --output example.json -
Private repository:
$ python3 main.py --url https://github.com/example/private-php-project.git --username your_username --token your_token --output example.json -
SSH private repository:
$ python3 main.py --url git@github.com:example/private-php-project.git --username your_username --token your_token --output example.json