lisp-executable

Simplified BSD License variant

Library for defining and creating executables that can be called from the Unix shell.

$ area51 add lisp-executableCopy

Usage

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