Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
|
raw
history blame
1.2 kB

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

  • Sponsors

    Generates icons for sponsors.

  • Helpers

    Generates 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