Erlang(18) Development Environment
Erlang(18) Development Environment
EDE prepare erlang.18 development tools. If you have old erlang project, maybe it helps you.
git clone https://github.com/mohsenmoqadam/EDE.18.git
cd EDE.18
docker build --tag=ede.18 .
docker run -it ede.18
Create and test erlang project:
cd SEPC
./sepc.sh my_project 1.0.0
cd my_project
make rel-dev
make console-dev
Congratulate, now you have erlang 18 and emacs and tmux and enjoy it.