Skip to content

Sequoia/trello-toy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

just a li'l demo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published