GrafoscopioUtils/README.md

13 lines
492 B
Markdown
Raw Permalink 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
2022-11-19 23:30:56 +00:00
To install, first install [ExoRepo](https://code.sustrato.red/Offray/ExoRepo) and then from a _playground_ in [GToolkit](https://gtoolkit.com/) execute:
2021-07-29 13:51:01 +00:00
```smalltalk
ExoRepo new
2022-11-19 23:32:25 +00:00
repository: 'https://code.sustrato.red/Offray/GrafoscopioUtils';
2021-07-29 13:51:01 +00:00
load.
```