Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 529 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 529 Bytes

Brick

Brick is a widget library on top of Bloc.

Installation

How to load

The ideal way to load the code is by loading the entire Glamorous Toolkit project.

All-in-one versions

Brick + Bloc

The following script install the latest version of Brick + Bloc

Metacello new
    baseline: 'Brick';
    repository: 'github://feenkcom/Brick/src';
    load