clj-commons 2020-12-13

FYI I added a CODEOWNERS file to most of the repos, all mistakes about ownership are mine.

Here’s a “problem”: It’s really convenient to host http://clj-commons.org as github pages, but it would have been nice to have some parts of it be dynamic, ie the list of repos and their CODEOWNERS

Of course, I could just type it in, but it feels a bit wrong, as I’m a bit too lazy…

@slipset There might be ways for this. I know this person is generating a part of their Github profile using a babashka script for example: https://github.com/liquidz/liquidz (see build.clj) This info then show up here: https://github.com/liquidz

Asciidoc is pretty nice. A script that pulls the CODEOWNER files and then generates some asciidoc might be a way to solve this "problem".

Alex Miller (Clojure team) 2020-12-13T15:04:40.039200Z

You can make asciidoc pages that pull data from a csv - I have a few of those in the clojure-site (contributors page)

😎 1

Given the rate of change on this, it was quicker just to create an html file 😕

Now, adding original author from https://github.com/clj-commons/meta/issues/48#issuecomment-523181685 should be a breeze, and something for tonight I guess.

could/should probs be a babashka script 🙂