On OSX and Linux you can use Homebrew to install microcli.
brew tap vanroy/microbox
brew install microcli    __  ___ _                     __
   /  |/  /(_)_____ _____ ____   / /_   ____   _  __
  / /|_/ // // ___// ___// __ \ / __ \ / __ \ | |/_/
 / /  / // // /__ / /   / /_/ // /_/ // /_/ /_>  <
/_/  /_//_/ \___//_/    \____//_____/ \____//_/|_|
NAME:
   Microbox - This script provides utilities to manage microservices git repositories.
USAGE:
   mbx [global options] command [command options] [arguments...]
VERSION:
   1.0.0
COMMANDS:
     clear    clear the screen
     exec     execute script / action on project
     exit     exit the prompt
     gadd     create new project
     gclone   clone all remote projects from groups
     ggadd    create new group
     ginit    initialize project with Initializr
     glist    list all remote projects from groups
     gst      show git status for all local projects
     gup      git pull + rebase all local projects
     init     init workspace in current folder
     list     list projects on workspace
     help, h  Shows a list of commands or help for one command
GLOBAL OPTIONS:
   --quiet, -q            Disable verbose output
   --non-interactive, -n  Non interactive mode
   --help, -h             show help
   --version, -v          print the version