Project

janky-flow

0.0
No commit activity in last 3 years
No release in over 3 years
Extends Janky's API to expose git-flow friendy endpoints
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.10
 Project Readme

janky-flow

This is a gem to extend Janky with features that are useful when using the git-flow branching strategy.

Hubot usage

One new hubot command has been added to allow checking the status of a specific branch on all repos:

hubot ci status */develop

This requires a hubot script.

Installing

Follow the normal guide until you reach the bundle install command; then:

$ echo 'gem "janky-flow"' >> Gemfile
$ sed -i '1a require "janky-flow"' config/environment.rb
$ git add Gemfile config/environment.rb

Then continue with bundle install and follow the rest of the steps outlined.