gh-helpers
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

gh-helpers

NPM version Build Status Gitpod ready-to-code

Various helper methods for Github Actions/API automation

Install

npm install gh-actions

Usage

Within Github Actions, just

const github = require('gh-helpers')()

Outside example over API for repo at PrismarineJS/vec3, make sure to specify your PAT with perms to the repo

const github = require('gh-helpers')({
  repo: { owner: 'PrismarineJS', name: 'vec3' }
}, GITHUB_PAT)

API

See src/index.d.ts for info on the API

Readme

Keywords

none

Package Sidebar

Install

npm i gh-helpers

Weekly Downloads

587

Version

0.3.1

License

MIT

Unpacked Size

50 kB

Total Files

15

Last publish

Collaborators

  • extremeheat