Skip to content

guillep/GitHub

Repository files navigation

GitHub

Code: Build Status Docs: Build Status

This project provides bindings to the GitHub API for Pharo. In particular, the aim is to provide bindings using Object-Oriented design principles.

This project was initially developped by @balletie.

Table of Contents

Installation

To install into Pharo, evaluate the following Metacello script in your Pharo 5 image:

Metacello new
	baseline: 'GitHub';
	repository: 'github://guillep/GitHub:master';
	load.

Replace the master part with any version tag to load that specific version.

Documentation

Documentation can be found on the project website. To get started with the API, read "Getting started".

License

This project is released under the MIT License. See LICENSE for details.