1.2.3 • Published 4 years ago

erlang-otp v1.2.3

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

Erlang/OTP

Node.js Erlang/OTP CLI

  1. What is Erlang/OTP?
  2. Getting Started
  3. Demos

What is Erlang/OTP?

Read full Documentation here erlang/otp

Getting Started

npm i erlang-otp --save-dev

In your package.json (Example):

{
  "name": "example",
  "version": "1.0.0",
  "description": "Hello World!",
  "main": "index.js",
  "scripts": {
    "cerl": "bin/cerl", /* Optional */
    "ct_run": "bin/ct_run", /* Optional */
    "dialyzer": "bin/dialyzer", /* Optional */
    "erl": "bin/erl", /* Optional */
    "erl_call": "bin/erl_call", /* Optional */
    "erlc": "bin/erlc", /* Optional */
    "escript": "bin/escript", /* Optional */
    "typer": "bin/typer", /* Optional */
    "example": "erl --version"
  },
  "author": "see AUTHORS",
  "license": "ISC",
  "dependencies": {
    "erlang-otp": "*"
  }
}

Try it:

npm run example

# Output: Erlang/OTP XX Erts XX.X

Or use the (optional) link

npm run erlang -- --version

# Output: Erlang/OTP XX Erts XX.X

Demos

Open Example Project on Repl.it

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.0

4 years ago