autoexport

BSD-3-Clause

A small library to automatically export definitions

$ area51 add autoexportCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(autoexport:some-function ...)