Core component of Pharo-EDA
# PharoEDA Core This PharoEDA component contains the Core packages: EDA-Application, EDA-Commands, EDA-Events, etc. ## Motivation This project contains only the core part of PharoEDA. ## Design PharoEDA-Core includes the basic components of PharoEDA: EDAApplications, EDACommands, EDAEventSourcingEvents. ## Usage First, load it with Metacello: ```smalltalk Metacello new repository: 'github://rydnr/pharo-eda-core:main'; baseline: #PharoEDACore; load ``` ## Credits - Background of the Pharo image by <a href="https://pixabay.com/users/pexels-2286921/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=1283313">Pexels</a> from <a href="https://pixabay.com/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=1283313">Pixabay</a>.