rebar3.org
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
Package Information
- Domain:
rebar3.org
- Name:
rebar3.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install rebar3
Programs
This package provides the following executable programs:
rebar3
Aliases
This package can also be accessed using these aliases:
rebar3
Available Versions
Show all 3 versions
3.25.0
,3.24.0
,3.23.0
Latest Version: 3.25.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +rebar3.org@3.25.0 -- $SHELL -i
Dependencies
This package depends on:
erlang.org
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.rebar3org
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.