Platform | Status |
---|---|
macOS |
Homebrew recipes of @dtan4 tools
$ brew tap dtan4/tools
Name | Description |
---|---|
ec2c | Simple AWS EC2 CLI |
ghrls | List & Describe GitHub Releases |
k8sec | CLI tool to manage Kubernetes Secrets easily |
k8stail | tail -f experience for Kubernetes Pods |
s3url | Generate S3 object pre-signed URL in one command |
-
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
-
Create
Formula/APP.rb
-
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.