This project provides bindings to the GitHub API for Pharo. In particular, the aim is to provide bindings using Object-Oriented design principles.
To install into Pharo, evaluate the following Metacello script in your Pharo 5 image:
Metacello new
baseline: 'GitHub';
repository: 'github://Balletie/GitHub:master';
load.
Replace the master
part with any version tag to load that specific version.
This project is released under the MIT License. See LICENSE
for details.