Qob
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

πŸ—οΈ 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

πŸ“‚ Directory Structure Explained

See https://github.com/fukamachi/cl-project for more information.