This is a Homebrew tap for installing SwiftGet, a Swift-based CLI tool for downloading files.
# Add the tap
brew tap tuliopc23/swiftget
# Install swiftget
brew install swiftgetAfter installation, you can use swiftget from the command line:
# Show help
swiftget --help
# Show version
swiftget --version
# Download a file (feature coming soon!)
swiftget https://example.com/file.zipTo update swiftget:
brew update
brew upgrade swiftgetThis tap installs SwiftGet from source using Swift Package Manager. The formula builds the project in release mode and installs the binary to your Homebrew bin directory.
The source code for SwiftGet is available at: https://github.com/tuliopc23/swiftget-cli