super-loader
A simple utility system to allow loading up local systems without jumping through hoops.
$ area51 add super-loaderCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(super-loader:some-function ...)