README excerpt
# Ingenieria del Software II - Template

[](https://coveralls.io/github/uca-is2/2022-los-small-talkers?branch=master)
## Metacello
```smalltalk
Metacello new
baseline: 'IngSoft2';
githubUser: 'uca-is2' project: '2022-los-small-talkers' commitish: 'master' path: 'repository';
load: 'development'.
```