#!/usr/bin/env bash
set -e
jq -e -r '.[] | [(.topics | join(";")), .name, .html_url, .created_at, .updated_at] | @csv'
