2024-04-27 10:10:50 +02:00
|
|
|
# Repository structure doc
|
|
|
|
|
|
|
|
|
|
## Monorepo tool
|
|
|
|
|
- [Turborepo](https://turbo.build/repo)
|
|
|
|
|
|
|
|
|
|
## Packages
|
|
|
|
|
> Highly inspired by [@tanstack/router](https://tanstack.com/router/latest)
|
|
|
|
|
|
|
|
|
|
- vite-fs-router
|
2024-05-01 19:42:18 +02:00
|
|
|
- router-generator
|
2024-04-27 10:10:50 +02:00
|
|
|
- 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)
|