2022-04-06 13:48:47 -05:00
2021-06-12 08:54:28 -05:00
2022-04-06 13:48:47 -05:00
2021-06-12 08:54:28 -05:00
2021-06-12 08:54:28 -05:00
2022-04-06 13:48:47 -05:00

kanbn2md

Kanbn is a CLI Kanban board. It stores the task information in markdown format and has a vscode extension for viewing and editing the board from vscode. What is missing is a way to render the board as a markdown table.
This simple program takes JSON output of kanbn board -j on stdin and renders a markdown table on stdout.

Installation

Download a binary from the releases page or install via go with

go install github.com/tjdavis3/kanbn2md

Usage

kanbn board -j | kanbn2md > board.md

Example

Backlog Todo In Progress Done
Comment the code Create github repo Create a README.md Build app
Add tests Add error handling
Description
No description provided
Readme 30 KiB
Languages
Go 100%