A GitHub wrapper library.
npm install @dog-ai/github-wrapper
constGitHub=require('github-wrapper')constgithub=newGitHub({octokit: {auth: 'my-personal-token'}})github.getOrgRepos('dog-ai').then((repos)=>repos.forEach(({ name })=>console.log(name)))There was an error while loading. Please reload this page.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Latest commit | ||||
A GitHub wrapper library.
npm install @dog-ai/github-wrapper
constGitHub=require('github-wrapper')constgithub=newGitHub({octokit: {auth: 'my-personal-token'}})github.getOrgRepos('dog-ai').then((repos)=>repos.forEach(({ name })=>console.log(name)))