damus-github-export

Damus issue data exported from github
git clone git://jb55.com/damus-github-export
Log | Files | Refs | README | LICENSE

commit 964ec804ca1c3653c592b9a9b6a672fabab534c6
parent 06f312e6034157dc96ced739d84fb510bafd1e0b
Author: Gavin Rehkemper <gavinr@users.noreply.github.com>
Date:   Mon,  8 Feb 2021 03:02:56 +0000

Update README.md
Diffstat:
MREADME.md | 19+++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,17 @@ -# GitHub CSV Tools [![Build Status](https://travis-ci.org/gavinr/github-csv-tools.svg?branch=master)](https://travis-ci.org/gavinr/github-csv-tools) -Import and export GitHub issues via CSV +<h1 align="center" style="border-bottom: none;">GitHub CSV Tools</h1> +<h3 align="center">Import and export GitHub issues via CSV</h3> +<p align="center"> + + <a href="https://github.com/gavinr/github-csv-tools/actions?query=workflow%3ATest+branch%3Amaster"> + <img alt="Build" src="https://github.com/gavinr/github-csv-tools/workflows/Test/badge.svg"> + </a> + <a href="https://github.com/gavinr/github-csv-tools/actions?query=workflow%3ARelease+branch%3Amaster"> + <img alt="Release" src="https://github.com/gavinr/github-csv-tools/workflows/Release/badge.svg"> + </a> + <a href="https://www.npmjs.com/package/github-csv-tools"> + <img alt="npm latest version" src="https://img.shields.io/npm/v/github-csv-tools/latest.svg"> + </a> +</p> ## Usage @@ -73,4 +85,4 @@ See [CHANGELOG.md](https://github.com/gavinr/github-csv-tools/blob/master/CHANGE - [nodeCSV](https://www.npmjs.com/package/csv) - [commander](https://www.npmjs.com/package/commander) - [co](https://www.npmjs.com/package/co) -- [Tim Patterson's Post on Atlassian.com](https://developer.atlassian.com/blog/2015/11/scripting-with-node/)- \ No newline at end of file +- [Tim Patterson's Post on Atlassian.com](https://developer.atlassian.com/blog/2015/11/scripting-with-node/)