class-editor

Details

Source
GitHub
License
MIT
Stars
2
Forks
2
Created
Aug. 21, 2016
Updated
Jan. 8, 2026
Topics
class-diagram modeling openponk uml

README excerpt

# UML Class Editor for OpenPonk
[![Nightly](https://github.com/OpenPonk/class-editor/actions/workflows/nightly.yml/badge.svg)](https://github.com/OpenPonk/class-editor/actions/workflows/nightly.yml) [![Coverage Status](https://coveralls.io/repos/github/OpenPonk/class-editor/badge.svg?branch=master)](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'.
```

← Back to results