https://github.com/roxiness/routify
Automated Svelte routes
https://github.com/roxiness/routify
hacktoberfest
Last synced: 11 days ago
JSON representation
Automated Svelte routes
- Host: GitHub
- URL: https://github.com/roxiness/routify
- Owner: roxiness
- Created: 2019-09-25T18:13:42.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-10-24T07:46:17.000Z (2 months ago)
- Last Synced: 2025-11-03T07:03:29.342Z (about 2 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://routify.dev
- Size: 10.3 MB
- Stars: 1,966
- Watchers: 19
- Forks: 84
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Routify 3
## Install
Create a new Routify project with
npm init routify@latest
## Using Routify
#### Creating a router
Basic
```html
import { Router } from '@roxi/routify'
import routes from '../.routify/routes.default.js'
```
[Docs](https://v3.routify.dev/)