Project

twirly

0.0
No commit activity in last 3 years
No release in over 3 years
Publishing platform using trello
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
>= 0
>= 0
>= 0
~> 2.14.1

Runtime

>= 1.8.1
~> 3.0
~> 0.19
 Project Readme

Twirly

Gem version code climate

Twirly is a cli tool which converts Trello cards to articles for use with ruby static site generators like middleman, jekyll, nanoc

Usage

Add it to the Gemfile of the static site project.

gem 'twirly'

For a list of available commands run twirly help For help on a command run twirly help some_command

Setup

It requires a twirly.yml file to be present in the project root.

Example:

trello_key: 'deadc2592ce753b3bad'
trello_secret: 'deaddc5712771bad'
organization: 'some_organization'
publishing_board: 'iPAnh67A'

Pull

Convert all cards having a 'published' label to articles

twirly pull

Pick

Convert a specific card (identified by short_id) to article

twirly pick

Fetch User

Create a page for a board user

twirly fetch_user zorbash

Author

zorbash

Licence

Released under the MIT License. See the LICENSE file for further details.