From 4210d4d1041726f2de9be06a05834a64c52b407c Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Sun, 8 May 2022 09:31:33 -0700 Subject: [PATCH] Add links to other complimentary rulesets --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8f31dbe7..2b87b39da 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,21 @@ There are trade-offs involved here, but we think the `rules_js` approach is supe especially those at large scale. Read below for more in-depth discussion of the design differences and trade-offs you should be aware of. -_Need help?_ This ruleset has support provided by https://aspect.dev. +rules_js is just a part of what Aspect provides: + +- _Need help?_ This ruleset has support provided by https://aspect.dev. +- Javascript + - __rules_js__ - Rules for running nodejs tools and building JavaScript projects + - [rules_esbuild](https://github.com/aspect-build/rules_esbuild) - Bazel rules for JS bundler + - [rules_terser](https://github.com/aspect-build/rules_terser) - Bazel rules for - a JavaScript minifier + - [rules_swc](https://github.com/aspect-build/rules_swc) - Bazel rules for the swc toolchain + - [rules_ts](https://github.com/aspect-build/rules_ts) - Bazel rules for the `tsc` compiler from + - [rules_webpack](https://github.com/aspect-build/rules_webpack) - Bazel rules for webpack bundler + - [rules_rollup](https://github.com/aspect-build/rules_rollup) - Bazel rules for - a JavaScript bundler +- Python + - [rules_py](https://github.com/aspect-build/rules_py) - Bazel rules for running Python tools and building Python projects +- C / C++ + - [gcc-toolchain](https://github.com/aspect-build/gcc-toolchain) - A fully-hermetic Bazel GCC toolchain for Linux ## Installation