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

1.2.0 • Public • Published

Github Connector

The Github Connector for Lightyear

Examples

Import

import { Github } from "@runlightyear/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 @runlightyear/github

Weekly Downloads

1

Version

1.2.0

License

none

Unpacked Size

400 kB

Total Files

94

Last publish

Collaborators

  • ericbigidea