GoKid is a CLI tool for managing changes, designed to remove the boilerplate work from creating branches, pull requests, and more.
Requires the GitHub CLI to be installed under gh
, e.g.
brew install gh
Can then be installed by:
brew update && brew install martinbernstorff/homebrew-tap/gk
gk --help
Write the default config to the current directory, and you are ready to go! 🚀
gk init
Gokid looks for configuration files in the current directory, or any parent directory. It uses the values from the first config it encounters.
- Add rollback in case of failure. Architecture is likely a command-pattern.