This website requires JavaScript.
Explore
Help
Sign In
github
/
rebar
Watch
1
Star
0
Fork
You've already forked rebar
0
mirror of
https://github.com/correl/rebar.git
synced
2024-11-23 19:19:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
fe4a62cb18
rebar
/
priv
/
templates
/
simplemod.erl
7 lines
65 B
Erlang
Raw
Normal View
History
Unescape
Escape
Added 3 new templates: - simplefsm - Basic shell of a gen_fsm module - simplesrv - Basic shell of a gen_server module - simplemod - Basic shell of a module along with an associated test module.
2010-02-03 11:56:30 +00:00
-
module
(
{
{
modid
}
}
)
.
-
export
(
[
my_func
/
0
]
)
.
my_func
(
)
-
>
Whitespace cleanups
2011-07-13 15:59:07 +00:00
ok
.
Reference in a new issue
Copy permalink