Skip to content

Commit

Permalink
move svelte-add to packages ahead of re-launch of community adders
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 13, 2024
1 parent 3bf8abe commit a2a18cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/lib/schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const PACKAGES_CATEGORIES = /** @type {const} */ ([
'routers',
'stores-and-state',
'styling-and-layout',
'svelte-add',
'sveltekit-adapters',
'testing',
'ui-components',
Expand Down Expand Up @@ -63,7 +64,6 @@ const TEMPLATES_CATEGORIES = /** @type {const} */ ([
'stores-and-state',
'storybook',
'svelte',
'svelte-add',
'sveltekit',
'testing',
'typescript',
Expand Down
6 changes: 6 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"data-visualisation"
]
},
{
"description": "Add Tailwind, Storybook, mdsvex (i.e. markdown), and more to your Svelte project with a single command.",
"categories": ["svelte-add"],
"title": "svelte-add/svelte-add",
"repository": "https://github.com/svelte-add/svelte-add"
},
{
"title": "svelte-electron-adapter",
"repository": "https://github.com/LukeHagar/sveltekit-adapters/tree/main/packages/adapter-electron",
Expand Down
8 changes: 1 addition & 7 deletions src/routes/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,12 +402,6 @@
"title": "babichjacob/university-website",
"repository": "https://github.com/babichjacob/university-website"
},
{
"description": "Add Tailwind, Bootstrap, Storybook, mdsvex (i.e. markdown), and more to your Svelte project with a single command.",
"categories": ["svelte-add"],
"title": "svelte-add/svelte-add",
"repository": "https://github.com/svelte-add/svelte-add"
},
{
"title": "vhscom/svelte-headlessui-starter",
"repository": "https://github.com/vhscom/svelte-headlessui-starter",
Expand Down Expand Up @@ -676,6 +670,6 @@
"url": "https://spatz2.engage-dev.com",
"repository": "https://github.com/engageintellect/spatz-2",
"description": "An opinionated template for building full-stack Svelte applications ridiculously fast. Includes auth, database, admin panel, user dashboard, themes, icons, and more.",
"categories": ["sveltekit", "svelte-add", "database", "ssr", "integrations", "mobile"]
"categories": ["sveltekit", "database", "ssr", "integrations", "mobile"]
}
]

0 comments on commit a2a18cd

Please sign in to comment.