get-github-file

1.0.3 • Public • Published

get-github-file

Get a file from a github repository

Installation

Grab it from npm

npm install get-github-file

Usage

const getGithubFile = require('get-github-file');
getGithubFile('nerdlabs/get-github-file/package.json')
  .then(buffer => console.log(buffer.toString('utf-8')));

Parameters

getGithubFile(uri: string, options?: Options): Promise<Buffer>

uri: A string to identify a file in a github repository user/repo/path/to/file.txt

options:


Built by (c) nerdlabs. Released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i get-github-file

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • nerdlabs