mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 21:02:45 -07:00
25 lines
535 B
Markdown
25 lines
535 B
Markdown
# 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)
|