Skip to content

Instantly share code, notes, and snippets.

@sindresorhus
Last active February 18, 2024 21:20
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save sindresorhus/7894a6069575397fc49b2d5165572036 to your computer and use it in GitHub Desktop.
Save sindresorhus/7894a6069575397fc49b2d5165572036 to your computer and use it in GitHub Desktop.

To reproduce:

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

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

as of 2023-11-17


One-liner:

git clone https://github.com/webpack/webpack && cd webpack && 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