Crate standalone fs router package (#11)

* refactor: moved fs-router to standalone package

* chore: remove useless split source function

* feat: add simple test cases

* fix: README formatting

* fix: remove useless RouteSubNode

* feat: update version to v0.4.4
This commit is contained in:
Valerio Ageno
2024-07-08 21:39:00 +02:00
committed by GitHub
parent bc7ffc2246
commit e4d4a75b88
31 changed files with 261 additions and 724 deletions
+12
View File
@@ -0,0 +1,12 @@
# tuono-fs-router-vite-plugin
This is a vite plugin for [tuono](https://github.com/Valerioageno/tuono).
This package specifically handles the file system based routing.
Check [tuono](https://github.com/Valerioageno/tuono) for more.
## Credits
This plugin is strongly inspired by the [@tanstack/router](https://tanstack.com/router/latest)
route generator plugin.