UML Class Editor for OpenPonk

May 28, 2025 ยท View on GitHub

Nightly Coverage Status

part of OpenPonk platform

Installation

In Pharo version according to https://openponk.org/#direct-installation, run following script from the Playground:

Metacello new
	baseline: 'OpenPonkClassEditor';
	repository: 'github://OpenPonk/class-editor';
	load: 'complete'.