curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install -y nodejs
npm install typescript @types/node --save-dev
npm install @octokit/rest @gitbeaker/rest node-fetch
npm install dotenv
npx tsc
Create a env file in the repo root
GITHUB_TOKEN="***"
GITLAB_TOKEN="***"
node dist/cli.js <user_url>
$ node dist/cli.js https://github.com/reverseroot
Profile URL: https://github.com/reverseroot
Five most used languages:
* Ruby (85.72%)
* HTML (13.18%)
* JavaScript (0.59%)
* Python (0.23%)
* TypeScript (0.19%)