Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

5rolli-workflowy2trello

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

5rolli-workflowy2trello

Convert Workflowy list to Trello cards for 5ROLLI

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 19 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc