1.1.3 • Published 5 months ago

@form8ion/github-core v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

github-core

core package to support form8ion plugins that interact with GitHub

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

npm Try @form8ion/github-core on RunKit license node

Installation

$ npm install @form8ion/github-core

Example

import {sourceHostedOnGitHub, octokit} from '@form8ion/github-core';

await sourceHostedOnGitHub({projectRoot: process.cwd()});

octokit.getNetrcAuthenticatedInstance({
  logger: {
    info: message => console.error(message),
    warn: message => console.error(message),
    error: message => console.error(message)
  }
});

Contributing

Commitizen friendly Conventional Commits semantic-release: angular Renovate PRs Welcome

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

6 months ago

1.0.0

7 months ago

1.0.0-beta.3

7 months ago

1.0.0-beta.2

7 months ago

1.0.0-alpha.2

7 months ago

1.0.0-beta.1

7 months ago

1.0.0-alpha.1

7 months ago