@dog-ai/github-wrapper

2.0.65 • Public • Published

A :octocat: GitHub 📦 wrapper library

Coverage Status Version Downloads

A GitHub wrapper library.

Features

How to install

npm install @dog-ai/github-wrapper

How to use

Use it in your app

const GitHub = require('github-wrapper')
const github = new GitHub({ octokit: { auth: 'my-personal-token' } })

github.getOrgRepos('dog-ai')
  .then((repos) => repos.forEach(({ name }) => console.log(name)))

Readme

Keywords

none

Package Sidebar

Install

npm i @dog-ai/github-wrapper

Weekly Downloads

17

Version

2.0.65

License

UNLICENSED

Unpacked Size

8.21 kB

Total Files

8

Last publish

Collaborators

  • hfreire