GToolkit-based tools for Teapot
# GToolkit for Teapot [Glamorous Toolkit](https://github.com/feenkcom/gtoolkit) for [Teapot](https://github.com/zeroflag/Teapot). Teapot is a micro web framework for Pharo. ## How to load Execute the following code in a [Glamorous Toolkit image](https://gtoolkit.com): ``` Metacello new baseline: 'GToolkit4Teapot'; repository: 'github://feenkcom/gt4teapot/src'; load. ```