Skip to content

Commit f422ee5

Browse files
committed
feat!: Rename package to @svelte-router/core
1 parent c2cf58d commit f422ee5

File tree

87 files changed

+835
-2680
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+835
-2680
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# N-Savant Routing Library
1+
# Svelte Router Routing Library
22

33
## Library Architecture Overview
44

55
### Routing Universes Concept
66

7-
The @wjfe/n-savant routing library supports simultaneous path and hash routing through "routing universes":
7+
The @svelte-router/core routing library supports simultaneous path and hash routing through "routing universes":
88

99
- **Path Routing** (`hash: false`): Uses URL pathname
1010
- **Single Hash Routing** (`hash: true`): Uses URL hash as a single path (e.g., `#/path/to/route`)

README.md

Lines changed: 82 additions & 102 deletions
Large diffs are not rendered by default.

demo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @wjfe/n-savant Demo
1+
# @svelte-router/core Demo
22

33
This folder contains the demo and tester the author uses while developing the library. It is a **Vite + Svelte + TS** project created with `npm create vite@latest`.
44

@@ -12,7 +12,7 @@ npm ci
1212

1313
Then, you can do one of 2 options:
1414

15-
1. Install the routing library: `npm i @wjfe/n-savant`
15+
1. Install the routing library: `npm i @svelte-router/core`
1616
2. Build the package and link it with NPM.
1717

1818
The first option simply pulls the latest version from `npmjs.org`. Not good for development of the library.
@@ -26,7 +26,7 @@ npm run prepack && npm link
2626
Now move to the `/demo` folder and complete the link:
2727

2828
```bash
29-
npm link @wjfe/n-savant
29+
npm link @svelte-router/core
3030
```
3131

3232
You are ready to run the development server:

0 commit comments

Comments
 (0)