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:
brew tap gchiesa/skabrew install skaVerify Installation
After installation, verify SKA is working correctly:
ska --versionYou should see the version number printed to the console.
Getting Help
SKA includes built-in help for all commands:
# General helpska --help
# Help for specific commandsska create --helpska update --helpska config --helpNext Steps
Now that SKA is installed, head to the Quick Start guide to create your first scaffolded project.