DevOps

Rebar3 – build tool

Rebar3 is a build tool for creating, developing and releasing Erlang libraries, applications and systems. It applies standard Erlang/OTP project conventions and provides a repeatable workflow for compiling source code, managing dependencies, running tests and producing deployable releases.

The software manages build artefacts, library paths and project dependencies automatically. Dependencies can be retrieved from source repositories, local directories or packages published through Hex, with lock files used to ensure consistent builds across different development environments.

Rebar3 is distributed as a self-contained Erlang script and can be embedded directly within a project. Its functionality can be extended through plugins, while built-in commands cover code analysis, documentation generation, test execution, code coverage, release creation and interactive development.

This is free and open source software.

Key Features

  • Creates Erlang libraries, applications and release projects from templates.
  • Compiles projects and retrieves their dependencies automatically.
  • Supports dependencies from Hex, source repositories and local directories.
  • Locks dependency versions to provide repeatable builds.
  • Provides separate build profiles for development, testing and production.
  • Runs EUnit and Common Test test suites.
  • Generates code coverage reports.
  • Integrates with Dialyzer for static analysis.
  • Generates project documentation with EDoc.
  • Builds self-contained Erlang releases using relx.
  • Packages releases as deployable tar archives.
  • Offers an interactive Erlang shell with project applications available.
  • Supports command composition and automatic command dependencies.
  • Extensible through a plugin system.

Website: github.com/erlang/rebar3
Support:
Developer: Rebar3 team and contributors
License: Apache License 2.0

Rebar3 is written in Erlang. Learn Erlang with our recommended free books and free tutorials.


Related Software

Build Systems
CargoRust package manager
gulpToolkit to automate & enhance your workflow
BazelBuild and test your multi-language, multi-platform projects
Apache MavenBuild automation tool used primarily for Java projects
GradleBuild tool with a focus on build automation and support for multi-language
MesonNext-generation build system
CMakeFamily of tools designed to build, test and package software
Buck2Encourages the creation of small, reusable modules
LeiningenAutomating Clojure projects
GruntJavaScript Task Runner
NinjaSmall build system with a focus on speed
xmakeCross-platform build utility based on Lua
SConsSoftware construction tool
PantsScalable build system for monorepos
PHingBuild system based on Apache Ant
Rakemake-like build utility for Ruby
Apache AntTool for automating software build processes
CabalCommon Architecture for Building Applications and Libraries

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted