Skip to content

Commit 80b2f62

Browse files
Merge pull request #23 from gitcommitshow/gitcommitshow-patch-3
readme: fix formatting
2 parents ab32d6e + 0a7c019 commit 80b2f62

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@ Tools and stats for open-source communities
33

44
[![test](https://github.com/gitcommitshow/open-community-kit/actions/workflows/test.yml/badge.svg)](https://github.com/gitcommitshow/open-community-kit/actions/workflows/test.yml)
55

6-
# Installation
6+
## Installation
77

88
```bash
99
npm install -g open-community-kit
1010
```
1111

1212
You can use `npx` as well if you just want to test a CLI command
1313

14-
# Usage
14+
----
1515

16-
## Create a leaderboard of Github contributors for all the repos of a user/org
17-
(Contributor with highest # of contributions at the top)
16+
## Usage
1817

19-
### Using CLI
18+
### Leaderboard - GitHub Contributors
19+
20+
For all the repos of a user/org. Contributor with highest # of contributions at the top.
21+
22+
**Using CLI**
2023

2124
Run `open-community-kit yourGithubOrgName` from your terminal
2225

@@ -36,7 +39,7 @@ You will hit the API limits soon. **To increase API limits**, add [`GITHUB_PERSO
3639
ock yourGitHubOrgName yourGitHubPersonalToken
3740
```
3841

39-
### Using code
42+
**Using code**
4043

4144
```javascript
4245
import OCK from 'open-community-kit';
@@ -48,6 +51,8 @@ OCK.contributors.github.archive(
4851
);
4952
```
5053

54+
----
55+
5156
## Settings for repeated usage
5257

5358
If you are going to use this command frequently, you might not want to set organization name and personal token again and again. Instead, you can set following environment variables and then you don't need to pass those variables as CLI arguments or function parameters

0 commit comments

Comments
 (0)