scripts/README/README.md
A tool / script that generates README.md .
This script replaces markers in docs/Template.md
with linked icons generated from the data found in
docs/Helpers.yaml and docs/Sponsors.yaml .
A marker is placed at the start of a line.
~Marker_Id
Sponsors
Generates icons for sponsors.
Helpers
Generates icons for helpers.
Things you need if you run it manually.
Manual execution of the tool.
deno run \
--allow-read \
--allow-write \
--importmap=scripts/README/Imports.json \
scripts/README/Updater.js