0.0.2 • Published 8 years ago

trel v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

trel

npm version

A command line Trello client.

Usage

Before first use, you will need to obtain your Trello public key from https://trello.com/1/appKey/generate (link). You will also need to generate a Trello api token by visiting https://trello.com/1/connect?key=<PUBLIC_KEY>&name=trel&response_type=token&expiration=never&scope=read,write, replacing <PUBLIC_KEY> with your public key obtained previously.

Next set the environment variables TRELLO_DEVELOPER_PUBLIC_KEY and TRELLO_MEMBER_TOKEN to the public key and api token respectively.