pharo-eda-tools

Description

Additional tools for PharoEDA.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
GPL-3.0
Forks
1
Created
May 23, 2021
Updated
June 11, 2021

README excerpt

# 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&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=911804">bodobe</a> from <a href="https://pixabay.com/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=911804">Pixabay</a>.
← Back to results