spider

Description

The Smalltalk source graph

Details

Source
GitHub
License
MIT
Stars
1
Created
May 17, 2019
Updated
July 10, 2020
Topics
pharo-smalltalk smalltalk

README excerpt

[![Build Status](https://travis-ci.org/jvdsandt/spider.svg?branch=master)](https://travis-ci.org/jvdsandt/spider)

# spider
The Smalltalk source graph

## Code loading

```smalltalk
Metacello new
	baseline: 'Spider';
	repository: 'github://jvdsandt/spider/src';
	onConflictUseLoaded;
	load: #( 'all' ).
```  
  
  
← Back to results