Skip to content
forked from pharo-spec/Spec

Spec is a framework in Pharo for describing user interfaces.

License

Notifications You must be signed in to change notification settings

lifeware-sa/Spec

 
 

Repository files navigation

Spec

Spec is a framework in Pharo for describing user interfaces.

Spec-Pharo-Integration
Spec-dev

Install Spec

It is possible to load the latest version of Spec in Pharo 10 with following script:

    Metacello new
        repository: 'github://pharo-spec/Spec:Pharo10';
        baseline: 'Spec2';
        onConflict: [ :e | e useIncoming ];
        onUpgrade: [ :e | e useIncoming ];
        ignoreImage;
        load

About

Spec is a framework in Pharo for describing user interfaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%