chore: remove outdated READMEs

This commit is contained in:
Valerio Ageno
2024-05-25 15:03:31 +02:00
parent 1d87a78393
commit 9550f8243c
4 changed files with 4 additions and 31 deletions
-24
View File
@@ -1,24 +0,0 @@
# Repository structure doc
## Monorepo tool
- [Turborepo](https://turbo.build/repo)
## Packages
> Highly inspired by [@tanstack/router](https://tanstack.com/router/latest)
- vite-fs-router
- router-generator
- react-router
- react-router-server
- tuono-runtime (entry point)
### JS Public interface
- tuono-runtime (all in one js framework package)
## Crates
- tuono (cli interface)
- tuono-axum-builder (axum project builder)
- tuono-watch (folder watch reload)
### Rust Public interface
- tuono (cli, dev and prod environment)
+1 -1
View File
@@ -1,3 +1,3 @@
# Tuonolib
# tuono_lib
This project exposes the interfaces to easily handle the backend build.
+3
View File
@@ -0,0 +1,3 @@
# tuono_lib_macros
Macros for tuono_lib
-6
View File
@@ -1,6 +0,0 @@
# Tuono packages
- `tuono-vite`: Handles the bundling (with chunk splitting)
- `tuono-routes-generator`: Handles the creation of the `routeGen.tree.ts` file
- `tuono-router`: Exposes all the Functions and Components related to the routing
- `tuono`: Collects and exposes all the public APIs. It's the only published package