How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Create a polyglot Bazel workspace easily, with sane defaults for multiple languages (layers).
The main features of jin/create-bazel-workspace are: Project Generators.
Projects with overlapping indexed features include: bazelbuild/bazel-gazelle — Gazelle is a build file generator for Bazel projects. It can create new BUILD.bazel files for a project that follows… bazelbuild/tulsi — This repository is no longer maintained. jwoertink/fez — A Kemal application generator. kythe/llvmbzlgen — A suite of tools and build rules for generating and Bazel target definitions from LLVM CMakefiles. olbat/libgen — Automatic C-bindings generator for the Crystal language. pinterest/xchammer — XCHammer generates Xcode projects from a Bazel Workspace.
A suite of tools and build rules for generating and Bazel target definitions from LLVM CMakefiles.
Gazelle is a build file generator for Bazel projects. It can create new BUILD.bazel files for a project that follows language conventions, and it can update existing build files to include new sources, dependencies, and options. Gazelle natively supports Go and protobuf, and it may be extended…