github-branches

3.1.0 • Public • Published

github-branches Build Status

Get all branches from a GitHub repository

Install

$ npm install --save github-branches

Usage

const githubBranches = require('github-branches');
 
githubBranches('kevva/github-branches').then(branches => {
    console.log(branches);
    /*
    [{
        name: 'master',
        commit: {
            sha: '768eda9204db19df0bd59cffd0386fac7686ce02',
            url: 'https://api.github.com/repos/kevva/github-branches/commits/768eda9204db19df0bd59cffd0386fac7686ce02'
        }
    }, ...]
    */
});

Related

License

MIT © Kevin Mårtensson

Package Sidebar

Install

npm i github-branches

Weekly Downloads

2

Version

3.1.0

License

MIT

Last publish

Collaborators

  • kevva