mirror of
https://github.com/correl/rebar.git
synced 2024-11-24 03:00:14 +00:00
6c359a08cd
- 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.
2 lines
79 B
Text
2 lines
79 B
Text
{variables, [{fsmid, "myfsm"}]}.
|
|
{file, "simplefsm.erl", "src/{{fsmid}}.erl"}.
|