Example Bazel Gazelle extension tho manage BUILD file contents for Javascript and Typescript code.
Based on rules_nodejs_gazelle.
Intended to generate some of the rules used at my bazel-web-template repository.
bazelisk run //:gazelle
# apply only to a specific path:
bazelisk run //:gazelle path/to/folder
bazelisk build //...
bazelisk test //...
Apart from updating WORKSPACE
and MODULE.bazel
, you should run:
bazelisk run //:update_go_deps