Installation
SKA is distributed via Homebrew, making installation quick and simple.
Prerequisites
Section titled “Prerequisites”- macOS or Linux
- Homebrew package manager installed
Install via Homebrew
Section titled “Install via Homebrew”Run the following commands to install SKA:
brew tap gchiesa/skabrew install skaVerify Installation
Section titled “Verify Installation”After installation, verify SKA is working correctly:
ska --versionYou should see the version number printed to the console.
Getting Help
Section titled “Getting Help”SKA includes built-in help for all commands:
# General helpska --help
# Help for specific commandsska create --helpska update --helpska config --helpNext Steps
Section titled “Next Steps”Now that SKA is installed, head to the Quick Start guide to create your first scaffolded project.