0.0
No commit activity in last 3 years
No release in over 3 years
Create branches and pull-requests based on Trello card names
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.5.4
= 10.1.1

Runtime

= 1.2.6
= 2.8.1
 Project Readme

trello_github

Easier Trello-to-GitHub commands.

Uh?

At ChallengePost, we love Trello and GitHub. Our Trello card names include a start date and an size estimation:

https://trello.com/c/HhfKFxFy/1267-dec-4-m-make-user-profile-better

This gem makes it easy to create a branch and a pull request based on a Trello card URL.

How?

$ gem install trello_github

Create a branch based on a Trello card URL:

$ trello_github branch https://trello.com/c/HhfKFxFy/1267-dec-4-m-make-user-profile-better
# creates a branch named make_user_profile_better

Create a pull request based on a Trello card URL:

$ trello_github pr https://trello.com/c/HhfKFxFy/1267-dec-4-m-make-user-profile-better
# opens a pull request page on GitHub

Demo

Screenshot