1.1.3 • Published 11 months ago
@form8ion/github-core v1.1.3
github-core
core package to support form8ion plugins that interact with GitHub
Table of Contents
Usage
Installation
$ npm install @form8ion/github-coreExample
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
Dependencies
$ nvm install
$ npm installVerification
$ npm test1.1.3
11 months ago
1.1.2
11 months ago
1.1.1
11 months ago
1.1.0
12 months ago
1.0.0
1 year ago
1.0.0-beta.3
1 year ago
1.0.0-beta.2
1 year ago
1.0.0-alpha.2
1 year ago
1.0.0-beta.1
1 year ago
1.0.0-alpha.1
1 year ago