Skip to content

ericodx/homebrew-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew Tools

Homebrew formulas for my open source macOS tools

Install

Add the tap:

brew tap ericodx/tools

Install a tool:

brew install <formula>

Available Tools

Formula Description
swift-cpd Detect duplicated code in Swift and Objective-C/C codebases.
swift-marshal Reorder Swift type members without altering logic or formatting.
swift-mutation-testing Find untested behavior in Swift codebases.

Development

Install locally

brew install --build-from-source Formula/<formula>.rb

Audit

brew audit --strict Formula/<formula>.rb

Test

brew test Formula/<formula>.rb

Style check

brew style Formula/<formula>.rb

Generate SHA256

curl -L <release-url> | shasum -a 256

About

Homebrew formulas for my open source macOS tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages