https://github.com/roxiness/routify
Automated Svelte routes
https://github.com/roxiness/routify
hacktoberfest
Last synced: about 1 month ago
JSON representation
Automated Svelte routes
- Host: GitHub
- URL: https://github.com/roxiness/routify
- Owner: roxiness
- Created: 2019-09-25T18:13:42.000Z (over 5 years ago)
- Default Branch: next
- Last Pushed: 2025-05-12T18:44:33.000Z (about 1 month ago)
- Last Synced: 2025-05-12T19:52:20.362Z (about 1 month ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://routify.dev
- Size: 10.2 MB
- Stars: 1,933
- Watchers: 19
- Forks: 84
- Open Issues: 47
-
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/)