aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNathan Herring <Capstan@users.noreply.github.com>2017-10-31 22:54:25 +0100
committerTony Allevato <tony.allevato@gmail.com>2017-10-31 14:54:25 -0700
commitceeecf9ce66ae3389e0ec9ad85c59824fe343ec9 (patch)
tree2e7f5f1e9e120636f51ed799f8ed84fbf8ce8b7d /README.md
parent2a48723686fe2cc814e7acd0fa61ee26ed660513 (diff)
downloadbazel-skylib-ceeecf9ce66ae3389e0ec9ad85c59824fe343ec9.tar.gz
Add skylark_library rule (#8)
`skylark_library` targets aggregate `.bzl` files and their dependencies for unit tests as well as Skydoc generation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3eea2f3..bfefeda 100644
--- a/README.md
+++ b/README.md
@@ -70,3 +70,9 @@ Steps to add a module to Skylib:
```
1. Add unit tests for your module in the `tests` directory.
+
+## `skylark_library`
+
+The `skylark_library.bzl` rule can be used to aggregate a set of
+Skylark files and its dependencies for use in test targets and
+documentation generation.