Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
/ KitKit Public archive

tag and manage your binaries with ease

License

Notifications You must be signed in to change notification settings

sosodev/KitKit

Repository files navigation

KitKit

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

  1. Head over to the releases section and download the binary appropriate for your system
  2. rename the downloaded binary to kitkit
  3. Optionally, set the $KITKIT_HOME variable to specify where you want to kitkit to store its files.
  4. Add "$KITKIT_HOME/bin" to your path (the default location for $KITKIT_HOME is "~/.kitkit")
  5. ./kitkit add kitkit
  6. ./kitkit set kitkit latest

KitKit is now on your path and ready to go! 🎉 Run kitkit -h to get more information. 😄