Current section
Files
Jump to
Current section
Files
priv/templates/name.lfe.tpl
(defmodule {{name}}
(export
(my-fun 0)))
;;; -----------
;;; library API
;;; -----------
(defun my-fun ()
'hello-world)