Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astares/pharo-manuscript
- Owner: astares
- License: mit
- Created: 2018-08-16T07:33:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T07:03:36.000Z (over 5 years ago)
- Last Synced: 2024-10-31T06:41:51.669Z (2 months ago)
- Language: Smalltalk
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```