https://github.com/zaucy/bzlws
Bazel rules for interacting with bazel build artifacts and bringing them into your workspace
https://github.com/zaucy/bzlws
bazel bazel-rules
Last synced: 5 months ago
JSON representation
Bazel rules for interacting with bazel build artifacts and bringing them into your workspace
- Host: GitHub
- URL: https://github.com/zaucy/bzlws
- Owner: zaucy
- License: mit
- Created: 2020-01-22T03:25:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T15:53:37.000Z (almost 2 years ago)
- Last Synced: 2026-01-10T20:16:32.494Z (6 months ago)
- Topics: bazel, bazel-rules
- Language: C++
- Homepage:
- Size: 118 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bzlws
Rules for bringing bazel artifacts out of the [bazel output directories](https://bazel.build/remote/output-directories) and **into your workspace**.
## Install
Add to your `MODULE.bazel` file:
```python
bazel_dep(name = "bzlws", version = "0.2.0")
```
On windows runfiles aren't enabled by default. `bzlws` needs runfiles in order to work. Enable them by adding this to your `.bazelrc`:
```bazelrc
build --enable_runfiles
```
See [Documentation](docs/README.md) for usage
## License
MIT