caveman
caveman copied to clipboard
Single file project
Can you use Caveman2 in a single file?
I mean, for small and quick projects.
If yes, how?
No, Caveman2 doesn't intend to use it for such small projects. fukamachi/ningle or fukamachi/utopian (experimental) would help.
Hi,
Does this mean that generating the project skeleton is required or caveman is opinionated towards using it?
I'm referring to this command:
(caveman2:make-project #P"/path/to/myapp/"
:author "<Your full name>")
;-> writing /path/to/myapp/.gitignore
; writing /path/to/myapp/README.markdown
; writing /path/to/myapp/app.lisp
; writing /path/to/myapp/db/schema.sql
; writing /path/to/myapp/shlyfile.lisp
; writing /path/to/myapp/myapp-test.asd
; writing /path/to/myapp/myapp.asd
; writing /path/to/myapp/src/config.lisp
; writing /path/to/myapp/src/db.lisp
; writing /path/to/myapp/src/main.lisp
; writing /path/to/myapp/src/view.lisp
; writing /path/to/myapp/src/web.lisp
; writing /path/to/myapp/static/css/main.css
; writing /path/to/myapp/t/myapp.lisp
; writing /path/to/myapp/templates/_errors/404.html
; writing /path/to/myapp/templates/index.tmpl
; writing /path/to/myapp/templates/layout/default.tmpl
Yes. Because that's the difference from ningle.