Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 701 Bytes

File metadata and controls

16 lines (11 loc) · 701 Bytes

UML Class Editor for OpenPonk

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'.