https://github.com/feenkcom/gt4p3
Glamorous Toolkit for the P3 client
https://github.com/feenkcom/gt4p3
glamorous-toolkit
Last synced: 6 months ago
JSON representation
Glamorous Toolkit for the P3 client
- Host: GitHub
- URL: https://github.com/feenkcom/gt4p3
- Owner: feenkcom
- License: mit
- Created: 2019-01-03T20:35:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T13:51:13.000Z (about 2 years ago)
- Last Synced: 2024-05-14T15:00:08.279Z (about 2 years ago)
- Topics: glamorous-toolkit
- Language: StringTemplate
- Size: 4.07 MB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GToolkit for P3
[Glamorous Toolkit](https://github.com/feenkcom/gtoolkit) for the [P3](https://github.com/svenvc/p3) Pharo client for Postgres.

## How to load the code
Execute the following code in a [Glamorous Toolkit image](https://gtoolkit.com):
```
Metacello new
baseline: 'GToolkit4P3';
repository: 'github://feenkcom/gt4p3';
load.
#BaselineOfGToolkit4P3 asClass loadLepiter
```