GrafoscopioUtils/README.md

13 lines
486 B
Markdown
Raw Normal View History

2020-05-02 21:23:10 +00:00
# GrafoscopioUtils
2021-07-29 13:51:01 +00:00
A set of utilities developed for the Grafoscopio (https://mutabit.com/grafoscopio/en.html) project to manage common task like working with markup languages, downloading files an so on.
## Installation
To install, first install [ExoRepo](https://code.tupale.co/Offray/ExoRepo) and then from a _playground_ in [GToolkit](https://gtoolkit.com/) execute:
```smalltalk
ExoRepo new
repository: 'https://code.tupale.co/Offray/GrafoscopioUtils';
load.
```