2.5.5 • Published 6 years ago
rebar3 v2.5.5
Rebar3
Node.js Rebar3 CLI
What is Rebar3?
Read full Documentation here erlang/rebar3
Getting Started
npm i rebar3 --save-devIn your package.json (Example):
{
"name": "example",
"version": "1.0.0",
"description": "Hello World!",
"main": "index.js",
"scripts": {
"rebar3": "rebar3", /* Optional */
"example": "rebar3 --version"
},
"author": "see AUTHORS",
"license": "ISC",
"dependencies": {
...
}
}Try it:
npm run example
# Output: rebar X.X.X on Erlang/OTP XX Erts XX.XOr use the (optional) link
npm run rebar3 -- --version
# Output: rebar X.X.X on Erlang/OTP XX Erts XX.XDemos
2.5.5
6 years ago
2.5.4
6 years ago
2.5.3
6 years ago
2.5.2
6 years ago
2.5.1
6 years ago
2.5.0
6 years ago
2.4.3
6 years ago
2.4.1
6 years ago
2.4.2
6 years ago
2.4.0
6 years ago
2.3.0
6 years ago
2.3.1
6 years ago
2.2.0
6 years ago
2.1.0
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.3.3
6 years ago
1.3.2
6 years ago
1.3.1
6 years ago
1.2.4
6 years ago
1.3.0
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago