brewfile

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package brewfile implements a simple Brewfile parser.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Brewfile

type Brewfile struct {
	Tap     []string // Homebrew Taps
	Formula []string // Homebrew Formulae

}

Brewfile represents a "brew bundle" Brewfile.

func Load

func Load(path string) (*Brewfile, error)

Load loads a Brewfile.

func Parse

func Parse(r io.Reader) (*Brewfile, error)

Parse parses a Brewfile from an io.Reader.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL