ποΈ Directory Structure
Running the qob create cl-project <project-name>
generator from the command-line will create
a directory with the following structure:
.
ββ .gitignore
ββ {package-name}.asd
ββ README.markdown
ββ README.org
ββ src
β ββ main.lisp
ββ tests
ββ main.lisp
See https://github.com/fukamachi/cl-project for more information.