5rolli-workflowy2trello

Convert Workflowy list to Trello cards for 5ROLLI

Usage no npm install needed!

<script type="module">
  import rolliWorkflowy2trello from 'https://cdn.skypack.dev/5rolli-workflowy2trello';
</script>

README

5rolli-workflowy2trello

NPM version NPM downloads Build Status Coverage Status Dependency Status DevDependency Status License

Convert Workflowy list to Trello cards for 5ROLLI.

Installation

npm install -g 5rolli-workflowy2trello

Usage

  1. Export OPML file from Workflowy
  2. Put .5rolliw2t.json to current directory (copy from `./.5rolliw2t.example.json``)
  3. Execute dry-run: 5rolliw2t ./path/to/opml -o cards.json --dry-run --send-trello
  4. 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