A collection of methods to extend the functionality of Github.js (known on npm as github-api)
npm install github-extendedGitHub Extended is a collection of methods to extend the
functionality of Github.js (known on npm as
github-api).
Being an extension for Github.js, the only requirement is to install and include
Github.js before
GitHub Extended.
You can install GitHub Extended by using npm:
```
npm install github-extended
Alternatively, you can install it via Bower:
```
bower install github-extended --save
Another possibility is to manually download it.
The sections below describe the methods provided.
Searches files and folders
Merges a pull request
Deletes a file or a folder and all of its content from a given branch
Creates a fork of the repository
GitHub Extended is dual licensed under
MIT and GPL-3.0.