Skip to content

Commit

Permalink
Mention JS extension in Aspect CLI (#1646)
Browse files Browse the repository at this point in the history
* Update README.rst

* Update README.rst
  • Loading branch information
alexeagle authored Apr 16, 2024
1 parent 942129d commit 42b7781
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Gazelle build file generator
.. All external links are here
.. _a gazelle extension: https://github.com/bazel-contrib/rules_jvm/tree/main/java/gazelle
.. _Kotlin Support: https://github.com/aspect-build/aspect-cli/blob/main/gazelle/kotlin/
.. _JavaScript and TypeScript Support: https://github.com/aspect-build/aspect-cli/blob/main/gazelle/js/
.. _Architecture of Gazelle: Design.rst
.. _Repository rules: repository.md
.. _go_repository: repository.md#go_repository
Expand Down Expand Up @@ -104,6 +105,8 @@ Gazelle can generate Bazel BUILD files for many languages:
generating ``java_library``, ``java_binary``, ``java_test``, and ``java_test_suite`` rules.

* JavaScript / TypeScript

Aspect provides `JavaScript and TypeScript Support`_ in aspect-cli (also usable separately).

BenchSci's `rules_nodejs_gazelle`_ supports generating `ts_project`, `js_library`, `jest_test`,
and `web_asset` rules, and is able to support module bundlers like Webpack and Next.js
Expand All @@ -112,8 +115,7 @@ Gazelle can generate Bazel BUILD files for many languages:
* Kotlin

Aspect Build provides some `Kotlin Support`_ in the repo of their aspect-cli (also usable separately).
Still under development, please check the README for
currently available features.
Still under development, please check the README for currently available features.

* Protocol Buffers

Expand Down

0 comments on commit 42b7781

Please sign in to comment.