Homebrew is a fantastic package manager for macOS and Linux. I release some of my projects via Homebrew as it is widely used and easy to deploy to. This tap is a "self hosted" collection of Homebrew packages. For specific details about a formula contained in this tap, visit that formula's homepage or see the table below.
Goal of this repos is to do all jobs completely automated, was inspired by Homebrew Releaser. If you are looking for a way to publish your own Homebrew formula on your behalf, you should check it out!
# Setup tap
brew tap vmsimon/tap
# Check the tap for available formulas
brew search vmsimon/tap| Project | Description | Install |
|---|---|---|
| cloudctl | brew install for fi-ts/cloudctl tool | brew install cloudctl |
# Audit a formula (lint)
brew audit --strict --online <formula_name>
# Test a formula
brew test <formula_name>
# Create a tar
tar -czf name-of-tar.tgz path/to/content
# Get the checksum of an archive
shasum -a 256 name-of-tar.tgz