Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Creates a folder structure reflecting lists in a trello board and adds the content description of the cards to it as markdown files

NotificationsYou must be signed in to change notification settings

pietrop/trello-to-markdown

Repository files navigation

A node module to export a trello board, and convert it into a set of folders, and markdown files, corresponding to lists and cards on the board.

Used to converttextAV components board into gitbook.

Setup

npm install trello-to-markdown

Usage

consttrelloToMarkdownFolders=require('trello-to-markdown');constboardIdTextAVComponents='58mo9Tpa';trelloToMarkdownFolders({boardId:boardIdTextAVComponents,destFolderName:'docs');

WheredestFolderName is just the name of the folder, not the path.

seeexample-usage.js

System Architecture

  • calls trello API with board id
  • get the lists in the boards
  • uses that to create the folder structure
  • second call to trello API gets the cards
  • iterate through the cards
    • and write description content of card as markdown file
    • in the folder corresponding to that card
  • Also creates as summary page
  • done

Development env

  • node
  • npm

Build

How to run build

No build steps

Tests

How to carry out tests

No automated tests for now, seeexample-usage.js to try it out locally

Deployment

to publish module to npm

npm run publish:public

About

Creates a folder structure reflecting lists in a trello board and adds the content description of the cards to it as markdown files

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp