https://github.com/astares/pharo-compendium
Direct access to a compendium of external resources right from the image
https://github.com/astares/pharo-compendium
pharo
Last synced: over 1 year ago
JSON representation
Direct access to a compendium of external resources right from the image
- Host: GitHub
- URL: https://github.com/astares/pharo-compendium
- Owner: astares
- License: mit
- Created: 2020-04-27T07:53:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T09:57:57.000Z (over 5 years ago)
- Last Synced: 2025-02-28T07:49:30.698Z (over 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Homepage:
- Size: 331 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-Compendium
Compendium is an in-image tool to list, browse and load Pharo artefacts from the web like:
- GitHub Projects
- Catalog Projects
and other
By default there are two plugin packages available for GitHub and Catalog - but you can implement own ones easily to connect to other sources on the web.
# Quick Start
## Installation
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-Compendium/src';
baseline: 'Compendium';
load
```
Note: the tool only works in Pharo 9 and later as it uses Spec2 UI framework for Pharo
# Screenshots
## GitHub Topic Plugin
This plugin allows you to view, browse and load GitHub projects marked with "pharo" as topic.

## Catalog Plugin
This plugin allows you to view and load (legacy) catalog entries
