An open API service indexing awesome lists of open source software.

https://github.com/squarebracketassociates/codeofspec20book


https://github.com/squarebracketassociates/codeofspec20book

Last synced: 4 months ago
JSON representation

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
```