This repository supports Unwrap Your Build blog articles and series related to Bazel.
The general structure is quite simple as this repository's main purpose is to hold multiple Bazel examples.
.
├── examples -> Contains Bazel examples
│ └── * -> Each directory is an independent Bazel workspace
└── README.md -> Current file
More details on each example can be found under their respective directory or blog article.