Ahoy is command line tool that gives each of your projects their own CLI app with with zero code and dependencies.
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
.
Type terminal and hitEnter
key. - Now, run
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” < /dev/null 2> /dev/null - 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