2.5.5 • Published 4 years ago

rebar3 v2.5.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Rebar3

Node.js Rebar3 CLI

  1. What is Rebar3?
  2. Getting Started
  3. Demos

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

Open Example Project on Repl.it

2.5.5

4 years ago

2.5.4

4 years ago

2.5.3

4 years ago

2.5.2

4 years ago

2.5.1

4 years ago

2.5.0

4 years ago

2.4.3

4 years ago

2.4.1

4 years ago

2.4.2

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.3.1

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.2.4

4 years ago

1.3.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago