Script to generate a list of the contributors to js-IPFS since the last release
Install dependences:
Then install from source:
# Clone the repo
git clone https://github.com/ipfs-shipyard/helia-contributors.git
cd helia-contributors
# Install project dependencies
npm install
Simply run the tool by typing the following at the command line:
npm start
Then follow the prompts. You will need a Github personal access token with the following scopes:
- read_org
- user_email
Note: It may take a long time! Please be patient!
The Helia Project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Thanks to @alanshaw, author of filecoin-contributors (which itself was inspired by https://gist.github.com/alanshaw/5a2d9465c5a05b201d949551bdb1fcc3, also by @alanshaw) of which this module is a blatant ripoff. I mean an homage. A pale imitation, if you will.