@bigidea/github
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Github Connector

The Github Connector for Big Idea Integration

Examples

Import

import { Github } from "@bigidea/github"

Define an auth

const githubAuth = Github.defineAuth({ name: "github" });

List all github repos

const github = new Github({ auth: githubAuth });
await github.listRepos();
* ```

Readme

Keywords

none

Package Sidebar

Install

npm i @bigidea/github

Weekly Downloads

0

Version

0.1.3

License

none

Unpacked Size

125 kB

Total Files

42

Last publish

Collaborators

  • ericbigidea