1
.TH "REBAR" 1 "31 Jul 2012" "REBAR" "REBAR"
3
rebar \- Sophisticated build-tool for Erlang projects that follows OTP principles
6
[\\-h] [\\-c] [\\-v <verbose>] [\\-V] [\\-f] [\\-D <defines>] [\\-j <jobs>] [\\-C <config>] [\\-p] [var=value,...] <command,...>
8
\fBrebar\fP is an Erlang build tool that makes it easy to compile and
9
test Erlang applications, port drivers and releases.
11
\fBrebar\fP is a self-contained Erlang script, so it's easy to distribute or even
12
embed directly in a project. Where possible, rebar uses standard Erlang/OTP
13
conventions for project structures, thus minimizing the amount of build
14
configuration work. rebar also provides dependency management, enabling
15
application writers to easily re-use common libraries from a variety of
16
locations (git, hg, etc).
21
Show the program options
24
Show available commands
27
Verbosity level (-v, -vv, -vvv, --verbose 3). Default: 0
30
Show version information
39
Number of concurrent workers a command may use. Default: 3
42
Rebar config file to use
45
Profile this run of rebar
48
rebar global variables (e.g. force=1)
51
Command to run (e.g. compile)
54
This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org>
55
for the Debian GNU/Linux system (but may be used by others).