tool-versions-generator

module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2023 License: GPL-3.0

README

TOOL_VERSIONS generator

This tool generates a TOOL_VERSIONS dict (in Starlark) to be used in a versions.bzl file from release assets of a github repository.

Build:

go build github.com/bzlparty/tool-versions-generator/cmd/tvg

For oak:

./tvg --repo thesephist/oak --platform linux,darwin 

Output:

# This file was generated from https://github.com/thesephist/oak/releases
TOOL_VERSIONS = { 
    "0.1": { 
        "darwin": "sha384-IFGYZUufyvXU3EZvNteFaBBbQlAw1ZPJvDCCUViHiApuLDkyANXZvKJsWy8FM1Cb", 
        "linux": "sha384-SJmbqfFWdU7m4xS0Xq2kfjGEfq+41cCmvOfDgOpq4j9wLvlZYwQlhBCceBTjrCpX", 
    }, 
    "0.2": { 
        "darwin": "sha384-ifyKA6CsaHTkRfwQyjlTKPC6nmEETshBVYwXEme8olnzvmWUDePod1S/JjaXbxjz", 
        "linux": "sha384-7mX7LWx1clH1MUtSoLQIk5ncc2hAhixt3UIGSJyTGI9g0P7XDiy1E855SrikQTw0", 
    }, 
    "0.3": { 
        "darwin": "sha384-wT8x5iglKnGm5+nryH2SbfFGQh5yq7X5qjtkMXYmVtVAhTvPY09ptklW9tZqoa+f", 
        "linux": "sha384-jUe08kY/F7TQKBGzsGLNXTNAsGKq3zD0Glo7K7HuHzfU9cA6PjK8aOSl8TVqlToc", 
    }, 
}

Directories

Path Synopsis
cmd
tvg
pkg

Jump to

Keyboard shortcuts

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