https://github.com/squarebracketassociates/codeofspec20book
https://github.com/squarebracketassociates/codeofspec20book
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/squarebracketassociates/codeofspec20book
- Owner: SquareBracketAssociates
- Created: 2019-08-06T13:21:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T06:46:46.000Z (8 months ago)
- Last Synced: 2025-01-04T02:51:48.045Z (5 months ago)
- Language: Smalltalk
- Size: 175 KB
- Stars: 5
- Watchers: 17
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeOfSpec20Book
This repository contains example code for the Spec 2.0 framework and is a companion for the book [Application Building with Spec 2.0](https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2),
describing in detail the Pharo framework to build user interfaces.To load it:
```smalltalk
Metacello new
baseline: 'CodeOfSpec20Book';
repository: 'github://SquareBracketAssociates/CodeOfSpec20Book:master/src';
load
```