Skip to content

Commit

Permalink
withRunes -> runed
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Mar 12, 2024
1 parent c55a72d commit 132d944
Show file tree
Hide file tree
Showing 51 changed files with 96 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{ "repo": "svecosystem/withrunes" }
{ "repo": "svecosystem/runed" }
],
"commit": false,
"fixed": [],
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ web_modules/
.env.local

sites/docs/.vercel
packages/withrunes/doc
packages/runed/doc
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# WithRunes
# Runed

<!-- automd:badges license name="withrunes" color="green" github="svecosystem/withrunes" -->
<!-- automd:badges license name="runed" color="green" github="svecosystem/runed" -->

[![npm version](https://flat.badgen.net/npm/v/withrunes?color=green)](https://npmjs.com/package/withrunes)
[![npm downloads](https://flat.badgen.net/npm/dm/withrunes?color=green)](https://npmjs.com/package/withrunes)
[![license](https://flat.badgen.net/github/license/svecosystem/withrunes?color=green)](https://github.com/svecosystem/withrunes/blob/main/LICENSE)
[![npm version](https://flat.badgen.net/npm/v/runed?color=green)](https://npmjs.com/package/runed)
[![npm downloads](https://flat.badgen.net/npm/dm/runed?color=green)](https://npmjs.com/package/runed)
[![license](https://flat.badgen.net/github/license/svecosystem/runed?color=green)](https://github.com/svecosystem/runed/blob/main/LICENSE)

<!-- /automd -->

WithRunes provides utilities to power your applications using the magic of [Svelte Runes](https://svelte.dev/blog/runes).
Runed provides utilities to power your applications using the magic of [Svelte Runes](https://svelte.dev/blog/runes).

## Features

Expand All @@ -17,7 +17,7 @@ WithRunes provides utilities to power your applications using the magic of [Svel
## Installation

```bash
npm install withrunes
npm install runed
```

## Sponsors
Expand All @@ -34,11 +34,11 @@ This project is supported by the following beautiful people/organizations:

<!-- automd:contributors license=MIT author="huntabyte" -->

Published under the [MIT](https://github.com/svecosystem/withrunes/blob/main/LICENSE) license.
Made by [@TGlide](https://github.com/tglide), [@huntabyte](https://github.com/huntabyte) and [community](https://github.com/svecosystem/withrunes/graphs/contributors) 💛
Published under the [MIT](https://github.com/svecosystem/runed/blob/main/LICENSE) license.
Made by [@TGlide](https://github.com/tglide), [@huntabyte](https://github.com/huntabyte) and [community](https://github.com/svecosystem/runed/graphs/contributors) 💛
<br><br>
<a href="https://github.com/svecosystem/withrunes/graphs/contributors">
<img src="https://contrib.rocks/image?repo=svecosystem/withrunes" />
<a href="https://github.com/svecosystem/runed/graphs/contributors">
<img src="https://contrib.rocks/image?repo=svecosystem/runed" />
</a>

<!-- /automd -->
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@
"name": "root",
"private": true,
"version": "0.0.0",
"description": "Monorepo for WithRunes.",
"description": "Monorepo for Runed.",
"contributors": [
{
"name": "Thomas G. Lopes",
"url": "https://thomasglopes.com"
},
{
"name": "Hunter Johnston"
"name": "Hunter Johnston",
"url": "https://x.com/huntabyte"
}
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/svecosystem/withrunes"
"url": "https://github.com/svecosystem/runed"
},
"scripts": {
"test": "pnpm -r test",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# withrunes
# runed

## 0.0.1

### Patch Changes

- Initial release, including `withDebounce` and `withElementSize` ([`dd5815315c353d79f9481d54b9fdcbcab308aaeb`](https://github.com/svecosystem/withrunes/commit/dd5815315c353d79f9481d54b9fdcbcab308aaeb))
- Initial release, including `withDebounce` and `withElementSize` ([`dd5815315c353d79f9481d54b9fdcbcab308aaeb`](https://github.com/svecosystem/runed/commit/dd5815315c353d79f9481d54b9fdcbcab308aaeb))
File renamed without changes.
34 changes: 34 additions & 0 deletions packages/runed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Runed

<!-- automd:badges license name="runed" color="green" github="svecosystem/runed" -->

[![npm version](https://flat.badgen.net/npm/v/runed?color=green)](https://npmjs.com/package/runed)
[![npm downloads](https://flat.badgen.net/npm/dm/runed?color=green)](https://npmjs.com/package/runed)
[![license](https://flat.badgen.net/github/license/svecosystem/runed?color=green)](https://github.com/svecosystem/runed/blob/main/LICENSE)

<!-- /automd -->

Runed provides utilities to power your applications using the magic of [Svelte Runes](https://svelte.dev/blog/runes).

## Features

<!-- TODO -->

## Installation

```bash
npm install runed
```

## License

<!-- automd:contributors license=MIT author="huntabyte" -->

Published under the [MIT](https://github.com/svecosystem/runed/blob/main/LICENSE) license.
Made by [@tglide](https://github.com/tglide), [@huntabyte](https://github.com/huntabyte) and [community](https://github.com/svecosystem/runed/graphs/contributors) 💛
<br><br>
<a href="https://github.com/svecosystem/runed/graphs/contributors">
<img src="https://contrib.rocks/image?repo=svecosystem/runed" />
</a>

<!-- /automd -->
11 changes: 6 additions & 5 deletions packages/withrunes/package.json → packages/runed/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "withrunes",
"version": "0.0.1",
"name": "runed",
"version": "0.0.0",
"contributors": [
{
"name": "Thomas G. Lopes",
"url": "https://thomasglopes.com"
},
{
"name": "Hunter Johnston"
"name": "Hunter Johnston",
"url": "https://x.com/huntabyte"
}
],
"repository": {
"type": "git",
"url": "https://github.com/svecosystem/withrunes",
"directory": "packages/withrunes"
"url": "https://github.com/svecosystem/runed",
"directory": "packages/runed"
},
"scripts": {
"dev": "pnpm watch",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"sourceMap": true,
"strict": true,
"module": "NodeNext",
"moduleResolution": "NodeNext"
"moduleResolution": "NodeNext",
"noUncheckedIndexedAccess": true
}
}
File renamed without changes.
34 changes: 0 additions & 34 deletions packages/withrunes/README.md

This file was deleted.

12 changes: 8 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions sites/docs/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion sites/docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# WithRunes Documentation
# Runed Documentation
2 changes: 1 addition & 1 deletion sites/docs/content/functions/with-debounce.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { WithDebounceDemo } from '$lib/components/demos';

```svelte
<script lang="ts">
import { withDebounce } from "withrunes";
import { withDebounce } from "runed";
let count = $state(0);
let logged = $state("");
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/content/functions/with-element-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { WithElementSizeDemo } from '$lib/components/demos';
```svelte
<script lang="ts">
<script lang="ts">
import { withElementSize } from "withrunes";
import { withElementSize } from "runed";
let el: HTMLElement | undefined = $state(undefined);
const size = withElementSize(() => el);
Expand Down
8 changes: 4 additions & 4 deletions sites/docs/content/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
title: Getting Started
description: Learn how to install and use WithRunes in your projects.
description: Learn how to install and use Runed in your projects.
---

## Installation

Install WithRunes using your favorite package manager:
Install Runed using your favorite package manager:

```bash
npm install withrunes
npm install runed
```

## Basic Usage

Here's a simple example of how to use WithRunes
Here's a simple example of how to use Runed

```svelte
<!-- TODO -->
Expand Down
4 changes: 2 additions & 2 deletions sites/docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: What this project is all about.
<script>
</script>

WithRunes provides utilities to power your applications using the magic of [Svelte Runes](https://svelte.dev/blog/runes).
Runed provides utilities to power your applications using the magic of [Svelte Runes](https://svelte.dev/blog/runes).

Here are some tools that are provided:

Expand All @@ -17,4 +17,4 @@ Here are some tools that are provided:

## Next Steps

Start using WithRunes in your Svelte app by following the [Getting Started](/docs/getting-started) guide. If you have any questions or need help, feel free to ask in the [Discord](https://discord.gg/hbAGu6akVy)!
Start using Runed in your Svelte app by following the [Getting Started](/docs/getting-started) guide. If you have any questions or need help, feel free to ask in the [Discord](https://discord.gg/hbAGu6akVy)!
8 changes: 4 additions & 4 deletions sites/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"description": "Docs for WithRunes",
"version": "0.0.4",
"description": "Docs for Runed",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "concurrently \"pnpm:dev:content\" \"pnpm:dev:svelte\"",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/svecosystem/withrunes.git"
"url": "https://github.com/svecosystem/runed.git"
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "^4.1.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@melt-ui/svelte": "^0.74.0",
"bits-ui": "^0.18.1",
"mode-watcher": "^0.2.1",
"withrunes": "workspace:^",
"runed": "workspace:^",
"rehype-slug": "^6.0.0",
"svelte-sonner": "^0.3.17",
"vaul-svelte": "^0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/src/lib/components/demos/with-debounce.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { withDebounce } from "withrunes";
import { withDebounce } from "runed";
let count = $state(0);
let logged = $state("");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { withElementSize } from "withrunes";
import { withElementSize } from "runed";
let el: HTMLElement | undefined = $state(undefined);
const size = withElementSize(() => el);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
href="/"
class="flex flex-shrink-0 items-end gap-1.5 text-xl font-bold text-gray-900 dark:text-white"
>
<p>WithRunes</p>
<p>Runed</p>
<span class="sr-only"> Current Page Here </span>
</a>
</div>
4 changes: 2 additions & 2 deletions sites/docs/src/lib/components/logos/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as SvecosystemDark } from "./svecosystem-dark.svelte";
export { default as SvecosystemLight } from "./svecosystem-light.svelte";
export { default as WithRunesDark } from "./withrunes-dark.svelte";
export { default as WithRunesLight } from "./withrunes-light.svelte";
export { default as WithRunesDark } from "./runed-dark.svelte";
export { default as WithRunesLight } from "./runed-light.svelte";
2 changes: 1 addition & 1 deletion sites/docs/src/lib/config/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const navigation: Navigation = {
},
{
title: "Releases",
href: "https://github.com/svecosystem/withrunes/releases",
href: "https://github.com/svecosystem/runed/releases",
external: true,
},
],
Expand Down
Loading

0 comments on commit 132d944

Please sign in to comment.