homebrew-formula-generator

Solid

Generate Homebrew formula for CLI distribution on macOS and Linux.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
32
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Homebrew Formula Generator Generate Homebrew formula for CLI distribution. ## Generated Patterns ```ruby class Myapp < Formula desc "My CLI application" homepage "https://github.com/myuser/myapp" url "https://github.com/myuser/myapp/releases/download/v1.0.0/myapp-1.0.0.tar.gz" sha256 "abc123..." license "MIT" depends_on "node" => :build def install system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] end test do assert_match "myapp v#{version}", shell_output("#{bin}/myapp --version") end end ``` ## Target Processes - package-manager-publishing - cli-binary-distribution

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills