Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 463 Bytes

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, describing in detail the Pharo framework to build user interfaces.

To load it:

Metacello new
    baseline: 'CodeOfSpec20Book';
    repository: 'github://SquareBracketAssociates/CodeOfSpec20Book:master/src';
    load