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

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
#### joe made this: http://goel.io/joe
#### go ####
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
.kanbn