bazel-contrib / rules_jsonnet

Jsonnet rules for Bazel
https://bazelbuild.github.io/rules_jsonnet/
Apache License 2.0
68 stars 73 forks source link

Document all available attributes #171

Open glindstedt opened 1 year ago

glindstedt commented 1 year ago

All available attributes should be documented in the main README.md to avoid confusion. So far I'm aware of:

I lost several hours trying to work around not having the data attribute in a jsonnet_library rule, because it was not documented and I assumed the documentation was complete. I only found out it was already implemented when I was looking at the code with the intent of adding it myself.

If this seems reasonable I can help out drafting a PR

Related to #165