Skip to content

Commit

Permalink
@fuz.dev/fuz_template
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Sep 27, 2023
1 parent 22f96cd commit a3bb637
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @fuz.dev/fuz-template
# @fuz.dev/fuz_template

> a static web app and Node library template with
> [TypeScript](https://github.com/microsoft/TypeScript),
Expand Down Expand Up @@ -45,14 +45,14 @@ so the normal commands like `vite dev` work as expected.
It also uses [`gro`](https://github.com/grogarden/gro)
for additional things like deploying - see below for more.

> [Windows is not yet supported](https://github.com/fuz-dev/template/issues/4)
> [Windows is not yet supported](https://github.com/fuz-dev/fuz_template/issues/4)
> (we recommend [WSL](https://docs.microsoft.com/en-us/windows/wsl/about))
If you're logged into GitHub, click "Use this template" above or clone with
[`degit`](https://github.com/Rich-Harris/degit):

```bash
npx degit fuz-dev/template cooltoy
npx degit fuz-dev/fuz_template cooltoy
cd cooltoy
npm i
# then
Expand All @@ -74,7 +74,7 @@ with no further configuration.
To learn how to swap it out for another deployment target, see
[the SvelteKit adapter docs](https://kit.svelte.dev/docs#adapters).

To make it your own, change `@fuz.dev/fuz-template` and `template.fuz.dev`
To make it your own, change `@fuz.dev/fuz_template` and `template.fuz.dev`
to your project name in the following files:

- [`package.json`](package.json)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@fuz.dev/fuz-template",
"name": "@fuz.dev/fuz_template",
"private": true,
"description": "a static web app and Node library template with TypeScript, Svelte, SvelteKit, Vite, esbuild, Fuz, and Gro",
"version": "0.0.1",
"type": "module",
"homepage": "https://template.fuz.dev/",
"repository": "https://github.com/fuz-dev/template",
"repository": "https://github.com/fuz-dev/fuz_template",
"engines": {
"node": ">=20.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</script>

<svelte:head>
<title>@fuz.dev/fuz-template</title>
<title>@fuz.dev/fuz_template</title>
</svelte:head>

<svelte:body
Expand Down
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<span slot="icon"
>{#if mreows}{mreows[0].icon}{:else}✨{/if}</span
><span
>hello, welcome to <a href="https://github.com/fuz-dev/template">@fuz.dev/fuz-template</a
>hello, welcome to <a href="https://github.com/fuz-dev/fuz_template"
>@fuz.dev/fuz_template</a
></span
>
</Alert>
Expand Down
4 changes: 2 additions & 2 deletions src/static/.well-known/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@fuz.dev/fuz-template",
"name": "@fuz.dev/fuz_template",
"private": true,
"description": "a static web app and Node library template with TypeScript, Svelte, SvelteKit, Vite, esbuild, Fuz, and Gro",
"version": "0.0.1",
"type": "module",
"homepage": "https://template.fuz.dev/",
"repository": "https://github.com/fuz-dev/template",
"repository": "https://github.com/fuz-dev/fuz_template",
"engines": {
"node": ">=20.5"
},
Expand Down

0 comments on commit a3bb637

Please sign in to comment.