The scrappy script in this repo is used to generate the table on this page: https://exercism.org/docs/building/tracks/stories
- Run the script with
node index.jsand Node version 18 or greater. It creates a fileexercises.md. - Open the generated file and let the IDE formatting run over it to make the raw data look a bit nicer (e.g. via VSCode with "Markdown all in one" extension).
- Open the markdown file in rendered view and check the result looks fine. If not, make adjustments to the script as needed.
- Make a PR to replace the table in the source code with the new table from the file. https://github.com/exercism/docs/blob/main/building/tracks/stories/README.md