TinyBlog

Details

Source
GitHub
License
MIT
Stars
1
Forks
4
Created
March 27, 2020
Updated
June 1, 2021

README excerpt

# TinyBlog

## How to load

Lastest version:

```Smalltalk
Metacello new
   baseline:'TinyBlog';
   repository: 'github://LucFabresse/TinyBlog:master/src';
   onConflict: [ :ex | ex useLoaded ];
   load
```

Chapter 2 solution:

```Smalltalk
Metacello new
   baseline:'TinyBlog';
   repository: 'github://LucFabresse/TinyBlog:chapter2/src';
   onConflict: [ :ex | ex useLoaded ];   
   load
```
← Back to results