quickapp
A utility library to automate much of the app creation process
$ area51 add quickappCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(quickapp:some-function ...)A utility library to automate much of the app creation process
$ area51 add quickappCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(quickapp:some-function ...)