Script to get stats about package managers used in most popular projects on GitHub.
Add .env
file with GitHub token:
GITHUB_TOKEN=…
Install:
bun install
Run:
bun start
Optionally, you can run script in debug mode to see more logs. Bear in mind that it will take much more time to run.
DEBUG=true bun start