2.5.5 • Published 5 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-dev
In 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.X
Or use the (optional) link
npm run rebar3 -- --version
# Output: rebar X.X.X on Erlang/OTP XX Erts XX.X
Demos
2.5.5
5 years ago
2.5.4
5 years ago
2.5.3
5 years ago
2.5.2
5 years ago
2.5.1
5 years ago
2.5.0
5 years ago
2.4.3
5 years ago
2.4.1
5 years ago
2.4.2
5 years ago
2.4.0
5 years ago
2.3.0
5 years ago
2.3.1
5 years ago
2.2.0
5 years ago
2.1.0
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.3.3
5 years ago
1.3.2
5 years ago
1.3.1
5 years ago
1.2.4
5 years ago
1.3.0
5 years ago
1.2.3
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago