Socket
Socket
Sign inDemoInstall

5rolli-workflowy2trello

Package Overview
Dependencies
130
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    5rolli-workflowy2trello

Convert Workflowy list to Trello cards for 5ROLLI


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.1.1 (2015-12-19)

  • Update dependencies (#2)

<a name="0.1.0"></a>

First Release!

Readme

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

Last updated on 19 Dec 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc