8 lines
242 B
Smalltalk
8 lines
242 B
Smalltalk
baselines
|
|
tiddlyWikiPharo: spec
|
|
|
|
| repo |
|
|
repo := ExoRepo new
|
|
repository: 'https://code.sustrato.red/Offray/TiddlyWikiPharo'.
|
|
repo load.
|
|
spec baseline: 'TiddlyWikiPharo' with: [ spec repository: 'gitlocal://', repo local fullName ] |