Project

ballantine

0.0
No release in over a year
Ballantine helps you describe your commits easier and prettier from cli & slack.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9.28

Runtime

~> 1.2.1
 Project Readme

ballantine

Ballantine helps you describe your commits easier and prettier from cli & slack.

image

or send commits to slack channel using slack option (--slack).

image

Getting Started

install

  • Homebrew
# add brew repository
$ brew tap oohyun15/ballantine

# install ballantine
$ brew install ballantine
  • RubyGems
# install ballantine
$ gem install ballantine

init

# intialize ballantine configuration
$ ballantine init

how to use

# return ballantine command lines
$ ballantine

# return ballantine configuration
$ ballantine config

# return commits between production and feature/task-1 branch
$ ballantine diff production feature/task-1

# reutrn commits between defaf88 and a39aa43 commits
$ ballantine diff defaf88 a39aa43

# return commits to slack between production and beta
$ ballantine diff production beta --slack

# return ballantine [COMMAND] options
$ ballantine help diff

update

  • Homebrew
# update ballantine
$ brew upgrade ballantine
  • RubyGems
# update ballantine
$ gem update ballantine