commit | da6a7f23586fd3c63d4c998f5261b8899a4fdc45 | [log] [tgz] |
---|---|---|
author | Brian Topping <brian.topping@gmail.com> | Wed May 01 13:15:18 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 01 13:16:55 2019 -0700 |
tree | c75d00fdc108d6fc7485f8303829bf38ff2ee3e0 | |
parent | 6cfebc9488e60ad341b0c27a4f57308c7a3d4c25 [diff] |
Update getting-started.md This would have been very helpful to me when first approaching Bazel. Closes #8215. PiperOrigin-RevId: 246185728
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.