template-function
A system for generating functions from a template.
$ area51 add template-functionCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(template-function:some-function ...)