Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moosetechnology/gt-v1
- Owner: moosetechnology
- License: mit
- Created: 2018-10-03T19:27:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T13:06:17.000Z (over 6 years ago)
- Last Synced: 2024-11-14T18:12:11.460Z (2 months ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 14.3 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.