From 7fc19a5dc1b7f6d6780ba4eceb0d71a8adfdfa47 Mon Sep 17 00:00:00 2001 From: anonymous <> Date: Thu, 18 Jan 2024 15:20:36 +0100 Subject: [PATCH] create/update 'bazel.md' file --- bazel.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/bazel.md b/bazel.md index 27e366e..8bf61ce 100644 --- a/bazel.md +++ b/bazel.md @@ -1,15 +1,18 @@ -==Bazel== +**Bazel** Suited for monorepo’s Steep learning curve You have to do it the google way, or else you are stupid ‘Bazel is some people trying to get promoted at Google’ -Does not integrate well with -JavaScript projects -IntelliJ adjust build files after refactoring + +Does not integrate well with +* JavaScript projects +* IntelliJ adjust build files after refactoring Fair maintenance cost Multi language but not out of the box Bumpy roads while migrating -Earthly -Commercial -Wrapper around lang specific build tool like gradle + + +**Earthly** +- Commercial +- Wrapper around lang specific build tool like gradle \ No newline at end of file