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.
- Host: GitHub
- URL: https://github.com/osoco/pharo-eda-tools
- Owner: osoco
- License: gpl-3.0
- Created: 2021-05-23T18:22:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T05:49:11.000Z (about 5 years ago)
- Last Synced: 2025-03-05T17:29:42.096Z (over 1 year ago)
- Language: Smalltalk
- Size: 3.93 MB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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