Loose changes

This commit is contained in:
Ian Keane 2020-02-25 06:06:49 -05:00
parent 1cb167b597
commit 612c72bae1
57 changed files with 8904 additions and 80 deletions

View file

@ -0,0 +1,12 @@
;;;; quickproject.asd
(asdf:defsystem #:quickproject
:description "Creates the skeleton of a new Common Lisp project"
:version "1.4.1"
:author "Zach Beane <xach@xach.com>"
:license "MIT"
:depends-on (#:cl-fad
#:html-template)
:serial t
:components ((:file "package")
(:file "quickproject")))