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
- Host: GitHub
- URL: https://github.com/mheap/github-repos-csv
- Owner: mheap
- Created: 2020-06-11T09:56:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T06:02:04.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T20:30:21.076Z (over 1 year ago)
- Topics: cli
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```