Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1004 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 1004 Bytes

BaselineMap

CI

This application provides visualization of the baselines dependencies. The main class is MBMapBuilder, this creates an inner model to handle dependencies. Users of this class can create custom versions, and select it as default class in the system browser configuration, just look for BaselineMap

Installation

Try the next incantation on a playground:

Metacello new
    baseline: 'BaselineMap';
    repository: 'github://akevalion/BaselineMap/src';
    load.

Inspect an instance of BaselineOF

image

And the system browser

image