slash23_hello

v0.2.0 Compatibility Level 1

Usage

Add this to your MODULE.bazel:

bazel_dep(name = "slash23_hello", version = "0.2.0")

Dependencies

This module has no dependencies.

API Reference

Load Statement

load("@slash23_hello//:defs.bzl", "hello_message")
hello_message rule
message string required

The message to write to the output file.

greeting(name = World) function

Returns a formatted greeting string.

MODULE.bazel

module(
    name = "slash23_hello",
    version = "0.2.0",
    compatibility_level = 1,
)