Additional tools for PharoEDA.
# PharoEDA Tools Additional tools for PharoEDA. ## Motivation This repository contains additional tools aimed to help when developing PharoEDA applications. ## Design PharoEDA-Tools provides a package `EDAT-Tools` with the currently available tools. Each tool contains comments about how it's meant to be used. ## Usage First, load it with Metacello: ```smalltalk Metacello new repository: 'github://osoco/pharo-eda-tools:main'; baseline: #PharoEDATools; load ``` Then, inspect the tools available for instructions on how to run them. ## Work in progress - Migrate visualizations and generators from PharoEDA. ## Credits - Background of the Pharo image by <a href="https://pixabay.com/users/bodobe-1222375/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=911804">bodobe</a> from <a href="https://pixabay.com/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=911804">Pixabay</a>.