An open API service indexing awesome lists of open source software.

https://github.com/mheap/github-repos-csv

Generate a CSV list of your GitHub repos
https://github.com/mheap/github-repos-csv

cli

Last synced: 6 months ago
JSON representation

Generate a CSV list of your GitHub repos

Awesome Lists containing this project

README

          

# Github Repos CSV

Generate a CSV containing the repo title, url, description and created/updated times

## Usage

```
git clone https://github.com/mheap/github-repos-csv.git
cd github-repos-csv
npm install
GITHUB_ORG="my-org" GITHUB_TOKEN="my-token" node index.js
# my-org.csv should now exist
```