Ahoy is command line tool that gives each of your projects their own CLI app with with zero code and dependencies.

Installation Steps:

  1. Open Terminal using Spotlight search by pressing  <command+space>.
    Type terminal and hit  Enter key.
  2. Now, run
    ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” < /dev/null 2> /dev/null
  3. Install ahoy using brew
    brew install ahoy

ahoy is ready to use now!

Simply write your commands in a yaml file and ahoy gives you lots of features like:

  • a command listing
  • per-command help text
  • command tab completion
  • run commands from any subdirectory