Skip to content

A simple tool to convert a Trello board to a Markdown document.

Notifications You must be signed in to change notification settings

stacworks/trello-board-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple tool to convert a Trello board to a Markdown document.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published