ballantine
Ballantine helps you describe your commits easier and prettier from cli & slack.
or send commits to slack channel using slack option (--slack
).
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