Bazel Tutorial: (Part 1) Getting Started, Bazelisk & our First Build Targets

Опубликовано: 18 Декабрь 2021
на канале: Kris Foster
53,019
575

In this video we're going to be creating our first build targets in Bazel. Bazel is a build tool that is very popular for use in monorepos. We're going to start by discussing what bazel is & the motivation for using it. We're then going to install bazelisk & use it to manage our bazel version. Then, we're going to create our first bazel targets using the genrule.

Bazel: https://bazel.build/
Code: https://github.com/kriscfoster/multi-...