Skip to content

Installation

SKA is distributed via Homebrew, making installation quick and simple.

Prerequisites

  • macOS or Linux
  • Homebrew package manager installed

Install via Homebrew

Run the following commands to install SKA:

Terminal window
brew tap gchiesa/ska
brew install ska

Verify Installation

After installation, verify SKA is working correctly:

Terminal window
ska --version

You should see the version number printed to the console.

Getting Help

SKA includes built-in help for all commands:

Terminal window
# General help
ska --help
# Help for specific commands
ska create --help
ska update --help
ska config --help

Next Steps

Now that SKA is installed, head to the Quick Start guide to create your first scaffolded project.