urbdyn / rules_fish

Bazel toolchain rules for Fish shell.
Apache License 2.0
2 stars 0 forks source link

Rename fish.bzl to defs.bzl akin to other libraries #11

Closed Matthew-Benson closed 1 month ago

Matthew-Benson commented 1 month ago

Rename fish.bzl to defs.bzl, refactor under path fish/, and add to repository rule so it can be used by consumers like load("@fish_toolchains//fish:defs.bzl", "fish_binary").

This is pretty standard for bazel libraries and we should aim to be consistent so it's easy for adopters to understand how to use this.