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