https://github.com/hellerve/gt4workouts
A workout log in GT
https://github.com/hellerve/gt4workouts
Last synced: about 1 month ago
JSON representation
A workout log in GT
- Host: GitHub
- URL: https://github.com/hellerve/gt4workouts
- Owner: hellerve
- Created: 2023-11-05T13:13:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T20:14:34.000Z (over 2 years ago)
- Last Synced: 2025-09-16T15:56:10.233Z (6 months ago)
- Language: Smalltalk
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gt4Workouts
A simple workout builder and tracker for [Glamorous Toolkit](https://gtoolkit.com).
## Installation
```
Metacello new
repository: 'github://hellerve/Gt4Workouts:main/src';
baseline: 'Gt4Workouts';
load
```
Have fun!