Pharo-Manuscript

Description

Access to the Pharo issue tracker

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Aug. 16, 2018
Updated
May 28, 2019

README excerpt

# 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
```

← Back to results