trello-board-to-markdown

1.1.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i trello-board-to-markdown

Weekly Downloads

0

Version

1.1.0

License

none

Last publish

Collaborators

  • joshnesbitt