Project template ideas
I create my project templates using cookiecutter, as it is the easiest one for me to use. However, I would be interested to hear, what you put inside your templates.
I have
- an .asd file with main system and test system and dependencies
- src and t directories * package.lisp and main.lisp files
- qlot initialisation for project dependencies
- README.org file
- start.sh script which starts a slynk server and loads my project, so that I can connect from emacs if I want to.
The template can be found here: https://github.com/justjoheinz/cl-cookie
Please share your ideas for better project templates. The one I have at the moment serves me quite well.