awesomedata / awesome-public-datasets

A topic-centric list of HQ open datasets.
https://awesomedataworld.slack.com
MIT License
59.21k stars 9.76k forks source link

I made a tool: mmarkdown #361

Open albinotonnina opened 6 years ago

albinotonnina commented 6 years ago

Hello!

I made this little javascript tool recently:

https://github.com/albinotonnina/mmarkdown

What it does is so simple that I will just paste here the description of the project:

mmarkdown: Interpret mmd fenced code blocks in a markdown file and generate a cooler version of it.

It could be useful for big projects like this one, that rely almost entirely on markdown files as an output.

An example in the wild: https://github.com/albinotonnina/css-in-js/tree/mmarkdown

Using mmarkdown (and node.js) I made a little app to fetch and process data from npm and github (given a json list of package/repositories) and generate an updated markdown file.

You could add some sort of automation to update the markdown file programmatically.

It could be interesting or not. I thought it was worth showing it to you. 😀

Thanks and keep up the great work here!