setup-cpp/packages/setup-brew
Amin Yahyaabadi 9d702fc974
fix: downgrade execa to 7
2024-09-20 16:44:43 -07:00
..
__tests__ feat: introduce setup-brew package 2024-08-23 15:20:37 -07:00
src fix: fix make gnubin directory on MacOS ARM 2024-09-08 05:30:09 -07:00
.eslintrc.json feat: introduce setup-brew package 2024-08-23 15:20:37 -07:00
README.md chore: v0.41.0 [skip test] 2024-09-08 05:46:08 -07:00
jest.config.mjs fix: add module type to packages + fix running the packages tests 2024-08-26 14:46:06 -07:00
package.json fix: downgrade execa to 7 2024-09-20 16:44:43 -07:00
tsconfig.json feat: introduce setup-brew package 2024-08-23 15:20:37 -07:00

README.md

setup-brew

Version License: Apache--2.0

Setup brew and brew packages

Install

npm install --save setup-brew

Usage

InstallationInfo (type)

The information about an installation result

SetupBrewOptions (type)

setupBrew (function)

Parameters:

  • options (SetupBrewOptions)

returns: Promise

getBrewBinDir (function)

Get the path to the bin directory of brew

returns: string

getBrewDir (function)

Get the path where brew is installed

returns: "/opt/homebrew" | "/usr/local" | "/home/linuxbrew/.linuxbrew"

BrewPackOptions (type)

installBrewPack (function)

A function that installs a package using brew

Parameters:

  • name (string) - The name of the package
  • version (string) - The version of the package (optional)
  • options - The options for installing the package
  • givenOptions (BrewPackOptions)

returns: Promise

🤝 Contributing

You can sponsor my work here:

https://github.com/sponsors/aminya

Pull requests, issues and feature requests are welcome. See the Contributing guide.