Spec

Description

Spec is a framework in Pharo for describing user interfaces.

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
66
Forks
70
Created
Oct. 1, 2018
Updated
March 28, 2026
Topics
gui pharo smalltalk spec

Categories

UI / Graphics

README excerpt

# Spec

Spec is a framework in Pharo for describing user interfaces.

[![Spec-Pharo-Integration](https://github.com/pharo-spec/Spec/actions/workflows/spec-all.yml/badge.svg)](https://github.com/pharo-spec/Spec/actions/workflows/spec-all.yml)  
[![Spec-dev](https://github.com/pharo-spec/Spec/actions/workflows/spec.yml/badge.svg)](https://github.com/pharo-spec/Spec/actions/workflows/spec.yml)


## Install Spec

Spec is included in any regular Pharo image.  
It is possible to load the latest version executing following script:


```Smalltalk
    Metacello new
        repository: 'github://pharo-spec/Spec';
        baseline: 'Spec2';
        onConflict: [ :e | e useIncoming ];
        onUpgrade: [ :e | e useIncoming ];
        ignoreImage;
        load
```
← Back to results