README excerpt
# UML Class Editor for OpenPonk
[](https://github.com/OpenPonk/class-editor/actions/workflows/nightly.yml) [](https://coveralls.io/github/OpenPonk/class-editor?branch=master)
*part of [OpenPonk](https://github.com/OpenPonk/openponk) platform*
## Installation
In Pharo version according to https://openponk.org/#direct-installation, run following script from the Playground:
```Smalltalk
Metacello new
baseline: 'OpenPonkClassEditor';
repository: 'github://OpenPonk/class-editor';
load: 'complete'.
```