trello-board-to-markdown
v1.1.0
Published
A simple tool to convert a Trello board to a Markdown document.
Downloads
6
Readme
Trello Board to Markdown
Contents
Background
This simple library converts a Trello board to a markdown document. Consider it as a nicer "print" or "export" option.
Installation
Install via NPM:
npm install -g trello-board-to-markdown
Configuration
You'll need to export a few environment vars for the tool to authenticate with Trello:
export TRELLO_API_KEY=?
export TRELLO_API_SECRET=?
You can get these on the app-keys
page on Trello.
Usage
To convert a board to Markdown in the current directory:
trellotomd convert BOARD_ID
For more information on the supported commands, run trellotomd --help
.
Contributors
Contributing & Bug Reports
Please see CONTRIBUTING.md.