https://github.com/zorbash/twirly
Convert Trello Cards to articles for use with ruby static site generators
https://github.com/zorbash/twirly
Last synced: 8 months ago
JSON representation
Convert Trello Cards to articles for use with ruby static site generators
- Host: GitHub
- URL: https://github.com/zorbash/twirly
- Owner: zorbash
- License: mit
- Created: 2014-12-07T21:58:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T23:22:34.000Z (over 7 years ago)
- Last Synced: 2025-07-04T18:06:22.294Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Twirly
[](http://badge.fury.io/rb/twirly)
[](https://codeclimate.com/github/Zorbash/twirly)
Twirly is a cli tool which converts [Trello](http://trello.com) cards to
articles for use with ruby static site generators like
[middleman](http://middlemanapp.com/), [jekyll](http://jekyllrb.com/), [nanoc](http://nanoc.ws/)
## 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:
```yaml
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](https://github.com/zorbash)
# Licence
Released under the MIT License. See the
[LICENSE](https://github.com/Zorbash/twirly/blob/master/LICENSE) file
for further details.