@dog-ai/github-wrapper

2.0.66 • 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)))

/@dog-ai/github-wrapper/

    Package Sidebar

    Install

    npm i @dog-ai/github-wrapper

    Weekly Downloads

    40

    Version

    2.0.66

    License

    UNLICENSED

    Unpacked Size

    8.21 kB

    Total Files

    8

    Last publish

    Collaborators

    • hfreire