micahkendall / cardano-opensource-index

Tracking what projects on Cardano are open source & decentralised
The Unlicense
24 stars 6 forks source link

Data format #8

Open micahkendall opened 9 months ago

micahkendall commented 9 months ago

Could do with a data format because the markdown is getting pretty big and it's an unideal form to be validating against. We could have all the tabular info inserted in programmatically.

Possibly: write a small ts snippet which inserts the tables from a template, use bun in ci (for native ts support, fast runtime), we have some "TEMPLATE.md" which along with "data.json" generates "README.md" via "snippet.ts".

micahkendall commented 9 months ago