5rolli-workflowy2trello 中文文档教程
5rolli-workflowy2trello
将 Workflowy 列表转换为 5ROLLI 的 Trello 卡片。
Installation
npm install -g 5rolli-workflowy2trello
Usage
- Export OPML file from Workflowy
- Put
.5rolliw2t.json
to current directory (copy from `./.5rolliw2t.example.json``) - Execute dry-run:
5rolliw2t ./path/to/opml -o cards.json --dry-run --send-trello
- Execute to Register cards:
5rolliw2t ./path/to/opml -o cards.json --send-trello
Usage: 5rolliw2t [options] <OPML_FILE>
Options:
-c, --config Set config file path [string] [default: "./.5rolliw2t.json"]
-f, --format Set output format [choices: "trello", "story"] [default: "trello"]
-o, --output Set output file path [string]
--send-trello Send cards to Trello [boolean]
--dry-run Set flag for dryrun to send-trello [boolean]
--help Show help [boolean]
--version Show version number [boolean]
Examples:
5rolliw2t /path/to/file.opml Output cards json to stdout
5rolliw2t /path/to/file.opml -o /path/to/file.json Output cards json to file
5rolliw2t /path/to/file.opml --send-trello Register cards to Trello
5rolli-workflowy2trello
Convert Workflowy list to Trello cards for 5ROLLI.
Installation
npm install -g 5rolli-workflowy2trello
Usage
- Export OPML file from Workflowy
- Put
.5rolliw2t.json
to current directory (copy from `./.5rolliw2t.example.json``) - Execute dry-run:
5rolliw2t ./path/to/opml -o cards.json --dry-run --send-trello
- Execute to Register cards:
5rolliw2t ./path/to/opml -o cards.json --send-trello
Usage: 5rolliw2t [options] <OPML_FILE>
Options:
-c, --config Set config file path [string] [default: "./.5rolliw2t.json"]
-f, --format Set output format [choices: "trello", "story"] [default: "trello"]
-o, --output Set output file path [string]
--send-trello Send cards to Trello [boolean]
--dry-run Set flag for dryrun to send-trello [boolean]
--help Show help [boolean]
--version Show version number [boolean]
Examples:
5rolliw2t /path/to/file.opml Output cards json to stdout
5rolliw2t /path/to/file.opml -o /path/to/file.json Output cards json to file
5rolliw2t /path/to/file.opml --send-trello Register cards to Trello