Skip to content

zpeters/ErlangOtpTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple template for an OTP application

Compiling: 
erlc -o ebin src/*.erl

Running: 
erl -pa ebin
application:start(myapp).
myapp_server:test_call("Call").
myapp_server:test_cast("Cast").

About

A sample Erlang OTP Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages