Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

valera-rozuvan-archive/fetch-all-github-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch-all-github-repos

wip has moved

Future work on this repository has moved to the monorepo valera-rozuvan/howtos. This repo is archived for historic purposes (to preserve commit history). Navigate over to howtos/fetch-all-github-repos to see updates (if any).

introduction

Fetch all GitHub repos.

Howto

You need to generate a personal access token, then you can run:

GITHUB_USER="valera-rozuvan" GITHUB_API_KEY="some_token_2334673746473" node ./index.js

NOTE: Replace some_token_2334673746473 with the real token you get from github.com/settings/tokens.

NOTE: Replace valera-rozuvan with user or org you are interested in.

License

This project is licensed under the MIT license. See LICENSE for more details.

Releases

No releases published

Packages

No packages published