A command line tool to tag and manage your binaries with ease. KitKit lets you tag and swap binaries onto your system path.
It was made to make it easy to swap between multiple build artifacts while keeping all of your commands the same.
Getting Started
Head over to the releases section and download the binary appropriate for your system
rename the downloaded binary to kitkit
Optionally, set the $KITKIT_HOME variable to specify where you want to kitkit to store its files.
Add "$KITKIT_HOME/bin" to your path (the default location for $KITKIT_HOME is "~/.kitkit")
./kitkit add kitkit
./kitkit set kitkit latest
KitKit is now on your path and ready to go! 🎉
Run kitkit -h to get more information. 😄