0.3.1 • Published 12 days ago

gh-helpers v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 days ago

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

0.3.1

12 days ago

0.3.0

12 days ago

0.2.3

17 days ago

0.2.5

17 days ago

0.2.4

17 days ago

0.2.2

1 month ago

0.2.1

1 month ago

0.2.0

1 month ago

0.1.3

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.0

2 months ago

0.0.1

2 months ago