mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
chore: remove outdated READMEs
This commit is contained in:
@@ -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,3 +1,3 @@
|
||||
# Tuonolib
|
||||
# tuono_lib
|
||||
|
||||
This project exposes the interfaces to easily handle the backend build.
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# tuono_lib_macros
|
||||
|
||||
Macros for tuono_lib
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user