Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 297 Bytes

GToolkit Constrainer

Apply constraints on Pharo object models and reveal rule breakers.

Installation

Load the code via:

Metacello new
   baseline: 'GToolkitConstrainer';
   repository: 'github://feenkcom/gtoolkit-constrainer/src';
   load.