MoritzWeber0 / coffee-machine

Capella model of a coffee machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capella Coffee Machine

Welcome to our Eclipse Capella model of a coffee machine! This project is designed to showcase the capabilities of the Eclipse Capella tool by modeling a classic everyday object: a coffee machine. In addition, we want to showcase our automation around models.

Contribution

Thanks for your interest in our project. Contributions are always welcome!

We are committed to fostering a welcoming, respectful, and harassment-free environment. Be kind!

If you have questions, ideas or want to report a bug, feel free to open an issue. Or go ahead and open a pull request to contribute.

To set up the environment, clone the project and configure a virtual environment with pre-commit:

python -m venv .venv
source .venv/bin/activate.sh  # for Linux / Mac
.venv\Scripts\activate  # for Windows

pip install -U pre-commit
pre-commit install

About

Capella model of a coffee machine