Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moosetechnology/gt-v1

Glamorous Toolkit - the moldable integrated development environment for Pharo
https://github.com/moosetechnology/gt-v1

pharo smalltalk

Last synced: 10 days ago
JSON representation

Glamorous Toolkit - the moldable integrated development environment for Pharo

Awesome Lists containing this project

README

        

# Glamorous Toolkit V1

The Glamorous Toolkit is the moldable integrated development environment for Pharo. This reposiory contains the initial v1 version of Glamorous Toolkit present in Pharo 6 and Pharo 7. To load the latest v1 version you can use the following scripts. This loads the full Glamorous Toolkit including Roassal.

Pharo 7
```
Metacello new
baseline: 'GToolkitV1';
repository: 'github://moosetechnology/gt-v1/src';
load.
```

Pharo 6
```
Metacello new
baseline: 'GToolkitV1';
repository: 'github://moosetechnology/gt-v1:pharo6/src';
load.
```

If you depend on Glamorous Toolkit v1 in your configuration add a baseline dependency to github://moosetechnology/gt-v1:pharo6/src for Pharo 6 and to github://moosetechnology/gt-v1/src for Pharo 7.