An open API service indexing awesome lists of open source software.

https://github.com/osoco/pharo-eda-tools

Additional tools for PharoEDA.
https://github.com/osoco/pharo-eda-tools

Last synced: 3 months ago
JSON representation

Additional tools for PharoEDA.

Awesome Lists containing this project

README

          

# 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 bodobe from Pixabay.