homebrew-go-resources

command module
v0.0.0-...-6dcc1d4 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: GPL-3.0 Imports: 12 Imported by: 0

README

homebrew-go-resources generates go_resource statements for homebrew formulas. It generates go_resource statements for the currently checked out repos for your project and prints them on stdout. It works for 'hg' and 'git' repositories.

Generate go_resource statements

Before running this tool, you should fetch the project by either running go get -u project/import/path (to fetch the latest version) or, to fetch a specific release:

  • git clone https://url/to/project src/project/import/path
  • cd src/project/import/path
  • git checkout tag # for example, v1.0.0
  • go get -d

Then, run:

homebrew-go-resources project/import/path

to print the go_resource statements for project to stdout.

Usage

Usage of homebrew-go-resources:
	homebrew-go-resources [flags] [path]
Flags:
  -debug=false: show debug messages

Install

go install github.com/samertm/homebrew-go-resources@latest

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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