priv/templates/simplemod.erl (
4
lines of code) (
raw
):
-module({{modid}}). -export([my_func/0]). my_func() -> ok.