Thanks for the kind words :). If you feel like thereâs some doc missing I will write something for it, just tell me.
On Jan 21, 2016, at 11:46 AM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Wow, great work, beautiful documentation.
An excellent example of the right way to do a Pharo add-on library !
Thank you.
On 21 Jan 2016, at 11:30, Skip Lentz <skip.lentz@inria.fr> wrote:
Hi everyone,
I am announcing a new version for the API bindings to GitHub in Pharo. For documentation and information on how to load it, see the new project homepage:
https://balletie.github.io/GitHub/ (generated with Pillar. Plug for Damien and Cyril)
For a list of changes in this release, follow this link: https://github.com/Balletie/GitHub/releases/tag/v0.5
To load absolutely everything, including the tests and the tool, evaluate:
Metacello new baseline: 'GitHub'; repository: 'github://Balletie/GitHub:master'; load: #(tests tool)
If you have loaded the tool, it can be opened via the world menu, under âToolsâ.
Feedback welcome :)