Skip to content

tuliopc23/homebrew-taps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Homebrew Tap for SwiftGet

This is a Homebrew tap for installing SwiftGet, a Swift-based CLI tool for downloading files.

Installation

# Add the tap
brew tap tuliopc23/swiftget

# Install swiftget
brew install swiftget

Usage

After 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.zip

Updating

To update swiftget:

brew update
brew upgrade swiftget

Development

This 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.

Repository

The source code for SwiftGet is available at: https://github.com/tuliopc23/swiftget-cli

About

Homebrew tap for swiftget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages