logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Erlang Instances - Build Erlang/OTP with kerl | Online Free DevTools by Hexmos

Control Erlang/OTP instances with kerl. Build, install, and manage multiple Erlang environments effortlessly. Free online tool, no registration required.

kerl

Build and install Erlang/OTP instances with ease. More information: https://github.com/kerl/kerl.

  • Build and install an Erlang/OTP version in a directory:

kerl build-install {{28.0}} {{28.0}} {{path/to/installation_directory}}/{{28.0}}

  • Activate an Erlang/OTP installation:

. {{path/to/installation}}/activate

  • Deactivate the current Erlang/OTP installation:

kerl_deactivate

  • List all available Erlang/OTP releases:

kerl list releases

  • List installed Erlang/OTP builds:

kerl list installations

See Also