Socket
Socket
Sign inDemoInstall

trello-hub

Package Overview
Dependencies
159
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    trello-hub

A command line tool to move Trello cards from 'Next Up' to 'In Progress' to 'Code Review' to 'Live'.


Version published
Weekly downloads
18
increased by350%
Maintainers
1
Install size
12.3 MB
Created
Weekly downloads
 

Readme

Source

Trello Hub

Trello HUb is a command line tool to move Trello cards on a Kanban process. The available states for now are "Next Up", "In Progress", "Code Review" and "Live". I hope to refactor in order to make this configurable, for now you'll be asked to choose the lists corresponding of each state from a board of your choice.

The purpose of this tool is to be integrated with git management scripts. For instance, when you open a pull-request you can automatically move the corresponding Trello card to "Code Review". I'll have an example soon.

Makarov Dreyar

Install

To install Trello Hub run

npm install -g trello-hub

Now you can use the command th.

Commands

You can move a card to different states. If you don't provide the id of the card you want to move you'll be asked based on a print of all available cards for the corresponding list.

Notice that the card moved is returned by the process.

Initialize

th -i

Move to In progress

th -to inprogress
th -to inprogress -c card_id

Move to Code Review

th -to codereview
th -to codereview -c card_id

Move to Live

th -to live
th -to live -c card_id

Help

th -h

Keywords

FAQs

Last updated on 08 Jan 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