Skip to content
Client for quickapp
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
License.txt
Makefile
README.md
package.lisp
quickapp-cli.asd
quickapp-cli.lisp
slime.lisp

README.md

quickapp-cli

Client for quickapp

This is a unix-style wrapper for quickapp so that one can create sbcl buildapp apps from the command line.

Example Usage:

 quickapp testproject \
   -d"(:sdl2 :cl-opengl)" \
   --author=cluser

See https://github.com/triclops200/quickapp for more options and examples. #License Licensed under Modified BSD License.

See License.txt for more details.

You can’t perform that action at this time.