Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astares/pharo-manuscript

Access to the Pharo issue tracker
https://github.com/astares/pharo-manuscript

Last synced: 22 days ago
JSON representation

Access to the Pharo issue tracker

Awesome Lists containing this project

README

        

# Pharo-Manuscript
Access to the Pharo issue tracker [http://bugs.pharo.org](http://bugs.pharo.org) from within the Pharo image

## Installation

Use Pharo 7 onwards and evaluate:

```Smalltalk
Metacello new
baseline:'Manuscript';
repository: 'github://astares/Pharo-Manuscript:master/src';
load
```