Pharo4Capella

Description

Import and manipulate Capella models in Pharo.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Created
Oct. 28, 2024
Updated
Jan. 29, 2025

README excerpt

[![Pharo 11 CI](https://github.com/Nyan11/Pharo4Capella/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/Nyan11/Pharo4Capella/actions/workflows/Pharo11CI.yml)
[![Pharo 12 CI](https://github.com/Nyan11/Pharo4Capella/actions/workflows/Pharo12CI.yml/badge.svg)](https://github.com/Nyan11/Pharo4Capella/actions/workflows/Pharo12CI.yml)


# Pharo4Capella
Import and manipulate Capella models in Pharo.

## Installation

In a playground copy and "Do IT":
```st
Metacello new
		baseline: 'Capella';
		repository: 'github://Nyan11/Pharo4Capella:main/src';
		onConflictUseIncoming;
		load.

```
← Back to results