Posts Using All Contributors ✨ Tools
Post
Cancel

Using All Contributors ✨ Tools

A person building something Photo by Ivan Samkov from Pexels

Intro

I really love the “All Contributors ✨” specification and tool set, but I found their documentation hard to navigate. So, because I see this as being unbelievably valuable, I am going to guide you in setting it up.

Note
The “All Contributions” site recommends the use of their git bot; I have not been able to get the bot to work as of late. As such, I recommend against the bot, and just use the CLI (Explanation below).

Where to start

Start in the directory/folder where your project resides locally. Open a shell/terminal/command prompt in that location.

All Contributors Easy Setup

The easiest way to use the All Contributors is with the CLI as the Github bot seems to have issues.

Installing the CLI

1
npm i -D all-contributors-cli

Init All Contributors

1
npx all-contributors init

Adding Others as a contributor

1
npx all-contributors add {git user name} {type of contribution}

Here are the types of Contributors.

This post is licensed under CC BY 4.0 by the author.