gt-v1

Description

Glamorous Toolkit - the moldable integrated development environment for Pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
1
Created
Oct. 3, 2018
Updated
Jan. 20, 2019
Topics
pharo smalltalk

README excerpt

# 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.
← Back to results