Inital release of kanbn2md

Renders json output of `kanbn board -j` as a markdown table.
This commit is contained in:
Todd Davis
2021-06-12 08:54:28 -05:00
commit b9acf6cc67
5 changed files with 184 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/tjdavis3/kanbn2md
go 1.16