# README Updater
*A tool / script that generates [` README.md `][README] .*
## Description
This script replaces markers in [` docs/Template.md `][Template]
with linked icons generated from the data found in
[` docs/Helpers.yaml `][Helpers] and [` docs/Sponsors.yaml `][Sponsors] .
## Markers
A marker is placed at the start of a line.
### Syntax
```markdown
~Marker_Id
```
### Types
- `Sponsors`
*Generates icons for sponsors.*
- `Helpers`
*Generates icons for helpers.*
## Requirements
*Things you need if you run it manually.*
- **[Deno]**
## Running
*Manual execution of the tool.*
```shell
deno run \
--allow-read \
--allow-write \
--importmap=scripts/README/Imports.json \
scripts/README/Updater.js
```
[Sponsors]: ../../docs/Sponsors.yaml
[Template]: ../../docs/Template.md
[Helpers]: ../../docs/Helpers.yaml
[README]: ../../README.md
[Deno]: https://deno.land/