-
Notifications
You must be signed in to change notification settings - Fork 4
zpeters/ErlangOtpTemplate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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