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

https://github.com/olekscode/prefixbrowser

A Spec2 application for exploring class name prefixes in Pharo
https://github.com/olekscode/prefixbrowser

Last synced: 7 days ago
JSON representation

A Spec2 application for exploring class name prefixes in Pharo

Awesome Lists containing this project

README

        

# PrefixBrowser
A Spec2 application for exploring class name prefixes in Pharo.

## Installation

To install the PrefixBrowser, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

```Smalltalk
Metacello new
baseline: 'PrefixBrowser';
repository: 'github://olekscode/PrefixBrowser/src';
load.
```

## How to use it?

```Smalltalk
PrefixBrowser new openWithSpec.
```