...

Text file src/edge-infra.dev/hack/tools/README.md

Documentation: edge-infra.dev/hack/tools

     1# `hack/tools`
     2
     3This directory contains any Bazel macros for binding tools, wrapper scripts and 
     4third party binaries we rely on.
     5
     6One-off Go tools should go under `cmd/tools`. As any existing one-off Go tools 
     7in this directory are touched, please move them to `cmd/tools`.
     8
     9## Pre-built Binaries
    10
    11`bin.bzl` contains definitions for pre-built tools we depend on, such as `helm`
    12and `kubectl`.

View as plain text