0.0.1 • Published 9 years ago

trello-toy v0.0.1

Weekly downloads
4
License
GPL3
Repository
github
Last release
9 years ago

Setup

npm install & all that stuff.

You need to get a trello token for my application and put it in trello-toy.token in your home directory.

To use it as tt, after cloning:

npm link # from the trello-toy/ directory

Usage

I have a board ID of mine hardcoded cuz this is a toy application. You can pass a board id to lists but not (yet) pass a list id to cards, so update the hardcoded board/list id to match yours for now.

./tt.js --help for more info

Progress

  • get - list lists
  • get - list cards on a list
  • put - Update card
  • delete - Delete card
  • post - Add card
  • move files - Attach file to card

Polish