Skip to content

Commit d9a9282

Browse files
committed
fix(import): rate limit fix for imports
1 parent 17a155a commit d9a9282

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<a href="https://github.com/gavinr/github-csv-tools/actions?query=workflow%3ATest+branch%3Amaster">
88
<img alt="Build" src="https://github.com/gavinr/github-csv-tools/workflows/Test/badge.svg">
9-
</a>
9+
</a>
1010
<a href="https://github.com/gavinr/github-csv-tools/actions?query=workflow%3ARelease+branch%3Amaster">
1111
<img alt="Release" src="https://github.com/gavinr/github-csv-tools/workflows/Release/badge.svg">
12-
</a>
12+
</a>
1313
<a href="https://www.npmjs.com/package/github-csv-tools">
1414
<img alt="npm latest version" src="https://img.shields.io/npm/v/github-csv-tools/latest.svg">
1515
</a>
@@ -20,10 +20,9 @@
2020

2121
## Usage
2222

23-
2423
Prerequisite: [Install Node.js](https://nodejs.org/en/), then run this to install:
2524

26-
```
25+
```bash
2726
npm install -g github-csv-tools
2827
```
2928

@@ -35,13 +34,13 @@ Instructions for exporting or importing:
3534

3635
Currently imports title, body, labels, status (closed or open) and milestones.
3736

38-
```
37+
```bash
3938
githubCsvTools myFile.csv
4039
```
4140

4241
### To Export Issues
4342

44-
```
43+
```bash
4544
githubCsvTools
4645
```
4746

@@ -58,7 +57,7 @@ githubCsvTools
5857

5958
For all actions, the tool will ask you to input a GitHub token. To obtain this token:
6059

61-
1. Go to https://github.com/settings/tokens
60+
1. Go to <https://github.com/settings/tokens>
6261
2. Click "Generate New Token"
6362
3. Check on `repo`
6463
4. Copy/paste the token provided when the tool asks for it.
@@ -68,8 +67,8 @@ For all actions, the tool will ask you to input a GitHub token. To obtain this t
6867
| Option | Notes |
6968
| ----------------------- | ------------------------------------------------------------------------------|
7069
| -V, --version | Output the version number |
71-
| -g, --github_enterprise | Your GitHub Enterprise URL. https://your-internal-githubenterprise.com/api/v3 <br />(Reminder: do not forget the `/api/v3` at the end)|
72-
| -t, --token | The GitHub token. https://github.com/settings/tokens |
70+
| -g, --github_enterprise | Your GitHub Enterprise URL. <https://your-internal-githubenterprise.com/api/v3> <br />(Reminder: do not forget the `/api/v3` at the end)|
71+
| -t, --token | The GitHub token. <https://github.com/settings/tokens> |
7372
| -o, --organization | The User or Organization slug that the repo lives under. <br />Example: For `/myOrg/my-repo`, this value would be **myOrg**. |
7473
| -r, --repository | The repository name (slug).<br />Example: For `/myOrg/my-repo`, this value would be **my-repo**. |
7574
| -v, --verbose | Include additional logging information. |
@@ -84,7 +83,7 @@ For all actions, the tool will ask you to input a GitHub token. To obtain this t
8483

8584
See [CHANGELOG.md](https://github.com/gavinr/github-csv-tools/blob/master/CHANGELOG.md)
8685

87-
## Hosted version [![](https://img.shields.io/badge/hosted-repoio.com-orange)](https://repoio.com)
86+
## Hosted version [![hosted shield](https://img.shields.io/badge/hosted-repoio.com-orange)](https://repoio.com)
8887

8988
This software can be used without download/install by going to [repoio.com](https://repoio.com).
9089

0 commit comments

Comments
 (0)