homebrew-tools

April 2, 2022 ยท View on GitHub

PlatformStatus
macOSGitHub Actions

Homebrew recipes of @dtan4 tools

Installation

$ brew tap dtan4/tools

Available tools

NameDescription
ec2cSimple AWS EC2 CLI
ghrlsList & Describe GitHub Releases
k8secCLI tool to manage Kubernetes Secrets easily
k8stailtail -f experience for Kubernetes Pods
s3urlGenerate S3 object pre-signed URL in one command

How to add new tool

  1. Check SHA256 checksum of target file

    $ shasum -a 256 APP.tar.gz
    
    # Download archive and check at once
    $ script/check-sha256sum https://github.com/dtan4/APP/releases/downloads/v0.1.2/APP.tar.gz
    
  2. Create Formula/APP.rb

  3. Test it

    $ brew install --verbose --debug Formula/APP.rb
    $ brew test Formula/APP.rb
    

For further information, see https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md.

License

MIT License