Skip to content

Commit

Permalink
Add links to other complimentary rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored May 8, 2022
1 parent 5d74a6c commit 4210d4d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://esbuild.github.io/> JS bundler
- [rules_terser](https://github.com/aspect-build/rules_terser) - Bazel rules for <https://terser.org/> - a JavaScript minifier
- [rules_swc](https://github.com/aspect-build/rules_swc) - Bazel rules for the swc toolchain <https://swc.rs/>
- [rules_ts](https://github.com/aspect-build/rules_ts) - Bazel rules for the `tsc` compiler from <http://typescriptlang.org>
- [rules_webpack](https://github.com/aspect-build/rules_webpack) - Bazel rules for webpack bundler <https://webpack.js.org/>
- [rules_rollup](https://github.com/aspect-build/rules_rollup) - Bazel rules for <https://rollupjs.org/> - 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

Expand Down

0 comments on commit 4210d4d

Please sign in to comment.