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
- Host: GitHub
- URL: https://github.com/olekscode/prefixbrowser
- Owner: olekscode
- License: mit
- Created: 2020-01-19T00:40:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T00:53:12.000Z (over 5 years ago)
- Last Synced: 2025-04-05T14:43:43.633Z (3 months ago)
- Language: Smalltalk
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```