mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-27 05:43:25 +00:00
f3c0026ec6
Original implementation is at https://github.com/matts1/rules_directory
955 B
Executable file
955 B
Executable file
Skylib module containing rules to create metadata about subdirectories.
subdirectory
subdirectory(name, parent, path)
ATTRIBUTES
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | A unique name for this target. | Name | required | |
parent | A label corresponding to the parent directory (or subdirectory). | Label | required | |
path | A path within the parent directory (eg. "path/to/subdir") | String | required |