Refactor ()

* Update system info

* Update qlfile

* Organize code

* Add test

* Implement uri-mapper and package-mapper

* Change type of package from string to keyword

* Implement router
This commit is contained in:
Akira Tempaku 2024-12-20 13:32:20 +09:00
parent 7ab7284e88
commit b1dee071ff
8 changed files with 126 additions and 77 deletions

View file

@ -1,9 +1,10 @@
(defsystem "ningle-fbr"
:version "0.1.0"
:description "Plugin for ningle to enable file-based routing"
:description "File-based router for Ningle"
:long-description #.(uiop:read-file-string
(uiop:subpathname *load-pathname* "README.md"))
:author "skyizwhite <paku@skyizwhite.dev>"
:author "skyizwhite"
:maintainer "skyizwhite <paku@skyizwhite.dev>"
:license "MIT"
:class :package-inferred-system
:pathname "src"