Skip to content

Instantly share code, notes, and snippets.

@sindresorhus
Last active November 17, 2023 15:16
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sindresorhus/ed9ff08176390940a181b934364e5864 to your computer and use it in GitHub Desktop.
Save sindresorhus/ed9ff08176390940a181b934364e5864 to your computer and use it in GitHub Desktop.

To reproduce:

  • Clone the Babel repo: git clone https://github.com/babel/babel
  • Go into it: cd babel
  • Run npm install
  • Run credits-cli with npx credits-cli:
Credits for babel
babel relies on the work of 265 people:

Sindre Sorhus sindresorhus@gmail.com (106 packages)
…

as of 2023-11-17


One-liner:

git clone https://github.com/babel/babel && cd babel && npm i && npx credits-cli | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment