Update templates.json to 'repository' field instead of 'url' field (#455)

This commit is contained in:
MacFJA
2023-09-10 23:19:35 +02:00
committed by GitHub
parent 9587f5ed53
commit 65af807d3d

View File

@@ -1,21 +1,21 @@
[ [
{ {
"title": "SvelteKit Authentication Example", "title": "SvelteKit Authentication Example",
"url": "https://github.com/nstuyvesant/sveltekit-auth-example", "repository": "https://github.com/nstuyvesant/sveltekit-auth-example",
"description": "Fully documented example of how to setup local and \"Sign in with Google\" authentication (including Google One-Tap) using PostgreSQL, signup, page authorization, user profile management and password reset using SendGrid.", "description": "Fully documented example of how to setup local and \"Sign in with Google\" authentication (including Google One-Tap) using PostgreSQL, signup, page authorization, user profile management and password reset using SendGrid.",
"category": "SvelteKit", "category": "SvelteKit",
"tags": ["templates", "database", "integrations", "ssr", "typescript"] "tags": ["templates", "database", "integrations", "ssr", "typescript"]
}, },
{ {
"title": "sveltekit-windicss-flowbite-template", "title": "sveltekit-windicss-flowbite-template",
"url": "https://github.com/AlessioGr/sveltekit-windicss-flowbite-template", "repository": "https://github.com/AlessioGr/sveltekit-windicss-flowbite-template",
"description": "Minimal SvelteKit template with a perfect set-up for WindiCSS and Flowbite", "description": "Minimal SvelteKit template with a perfect set-up for WindiCSS and Flowbite",
"category": "SvelteKit", "category": "SvelteKit",
"tags": ["templates", "typescript", "integrations"] "tags": ["templates", "typescript", "integrations"]
}, },
{ {
"title": "CMSvelte", "title": "CMSvelte",
"url": "https://github.com/sawyerclick/CMSvelte", "repository": "https://github.com/sawyerclick/CMSvelte",
"description": "A Svelte template built with newsroom CMS's in mind", "description": "A Svelte template built with newsroom CMS's in mind",
"category": "Svelte", "category": "Svelte",
"tags": ["templates", "blog"] "tags": ["templates", "blog"]
@@ -25,515 +25,515 @@
"description": "Boilerplate with TypeScript, Webpack, Storybook, Travis CI, SCSS, Babel, EsLint, Prettier, Jest", "description": "Boilerplate with TypeScript, Webpack, Storybook, Travis CI, SCSS, Babel, EsLint, Prettier, Jest",
"tags": [], "tags": [],
"title": "agusID/boilerplate-svelte", "title": "agusID/boilerplate-svelte",
"url": "https://github.com/agusID/boilerplate-svelte" "repository": "https://github.com/agusID/boilerplate-svelte"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "An example repo of a Svelte app that is IE11 compatible", "description": "An example repo of a Svelte app that is IE11 compatible",
"tags": [], "tags": [],
"title": "benjazehr/svelte-example-museums", "title": "benjazehr/svelte-example-museums",
"url": "https://github.com/benjazehr/svelte-example-museums" "repository": "https://github.com/benjazehr/svelte-example-museums"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A truffle box for Svelte, a seed for building an Ethereum dapp using Truffle", "description": "A truffle box for Svelte, a seed for building an Ethereum dapp using Truffle",
"tags": [], "tags": [],
"title": "antony/svelte-box", "title": "antony/svelte-box",
"url": "https://github.com/antony/svelte-box" "repository": "https://github.com/antony/svelte-box"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Typescript template for Svelte v3", "description": "Typescript template for Svelte v3",
"tags": [], "tags": [],
"title": "Axelen123/svelte-ts-template", "title": "Axelen123/svelte-ts-template",
"url": "https://github.com/Axelen123/svelte-ts-template" "repository": "https://github.com/Axelen123/svelte-ts-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A complete implementation with components, store, unit e2e tests and linting.", "description": "A complete implementation with components, store, unit e2e tests and linting.",
"tags": [], "tags": [],
"title": "TodoMVC Svelte", "title": "TodoMVC Svelte",
"url": "https://github.com/vuesomedev/todomvc-svelte" "repository": "https://github.com/vuesomedev/todomvc-svelte"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Electron Svelte boilerplate", "description": "Electron Svelte boilerplate",
"tags": ["electron"], "tags": ["electron"],
"title": "Blade67/Sveltron", "title": "Blade67/Sveltron",
"url": "https://github.com/Blade67/Sveltron" "repository": "https://github.com/Blade67/Sveltron"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A template to create multi-page application powered by Webpack", "description": "A template to create multi-page application powered by Webpack",
"tags": [], "tags": [],
"title": "brandonxiang/svelte-webpack-mpa", "title": "brandonxiang/svelte-webpack-mpa",
"url": "https://github.com/brandonxiang/svelte-webpack-mpa" "repository": "https://github.com/brandonxiang/svelte-webpack-mpa"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "The bare minimum boilerplate to use Svelte in electron", "description": "The bare minimum boilerplate to use Svelte in electron",
"tags": ["electron"], "tags": ["electron"],
"title": "chuanqisun/svelte-electron-template", "title": "chuanqisun/svelte-electron-template",
"url": "https://github.com/chuanqisun/svelte-electron-template" "repository": "https://github.com/chuanqisun/svelte-electron-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Minimal boilerplate example of Svelte with Typescript using Parcel. This also includes scss support", "description": "Minimal boilerplate example of Svelte with Typescript using Parcel. This also includes scss support",
"tags": [], "tags": [],
"title": "dafn/svelte-typescript-parcel", "title": "dafn/svelte-typescript-parcel",
"url": "https://github.com/dafn/svelte-typescript-parcel" "repository": "https://github.com/dafn/svelte-typescript-parcel"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Minimal boilerplate example of Svelte with Typescript using Rollup. This also includes scss support", "description": "Minimal boilerplate example of Svelte with Typescript using Rollup. This also includes scss support",
"tags": [], "tags": [],
"title": "dafn/svelte-typescript-rollup", "title": "dafn/svelte-typescript-rollup",
"url": "https://github.com/dafn/svelte-typescript-rollup" "repository": "https://github.com/dafn/svelte-typescript-rollup"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Skeleton app with Parcel, Jest, ESLint, Prettier, Babel, Wallaby", "description": "Skeleton app with Parcel, Jest, ESLint, Prettier, Babel, Wallaby",
"tags": [], "tags": [],
"title": "devghost/svelte", "title": "devghost/svelte",
"url": "https://github.com/devghost/svelte" "repository": "https://github.com/devghost/svelte"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Svelte template with basic Babel setup for IE11 compatibility", "description": "Svelte template with basic Babel setup for IE11 compatibility",
"tags": [], "tags": [],
"title": "svelte-ie11", "title": "svelte-ie11",
"url": "https://github.com/elsonigo/svelte-ie11" "repository": "https://github.com/elsonigo/svelte-ie11"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Typescript + Storybook + Webpack boilerplate", "description": "Typescript + Storybook + Webpack boilerplate",
"tags": [], "tags": [],
"title": "farhan2106/svelte-typescript", "title": "farhan2106/svelte-typescript",
"url": "https://github.com/farhan2106/svelte-typescript" "repository": "https://github.com/farhan2106/svelte-typescript"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Typescript + Storybook + Webpack with SSR boilerplate", "description": "Typescript + Storybook + Webpack with SSR boilerplate",
"tags": [], "tags": [],
"title": "farhan2106/svelte-typescript-ssr", "title": "farhan2106/svelte-typescript-ssr",
"url": "https://github.com/farhan2106/svelte-typescript-ssr" "repository": "https://github.com/farhan2106/svelte-typescript-ssr"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Starter for Svelte 3/rollup/typescript/vscode", "description": "Starter for Svelte 3/rollup/typescript/vscode",
"tags": [], "tags": [],
"title": "geakstr/svelte-3-rollup-typescript-vscode", "title": "geakstr/svelte-3-rollup-typescript-vscode",
"url": "https://github.com/geakstr/svelte-3-rollup-typescript-vscode" "repository": "https://github.com/geakstr/svelte-3-rollup-typescript-vscode"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A small starter template to get up and running with Svelte v3", "description": "A small starter template to get up and running with Svelte v3",
"tags": [], "tags": [],
"title": "bholmesdev/svelte-starter-template", "title": "bholmesdev/svelte-starter-template",
"url": "https://github.com/bholmesdev/svelte-starter-template" "repository": "https://github.com/bholmesdev/svelte-starter-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "The open-source storefront for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. The API approach also allows you to merge Svelte Commerce with any third-party tool like payment gateways, POS or AI. WIP for MedusaJS, Woocommerce, Bigcommerce and Shopify.", "description": "The open-source storefront for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. The API approach also allows you to merge Svelte Commerce with any third-party tool like payment gateways, POS or AI. WIP for MedusaJS, Woocommerce, Bigcommerce and Shopify.",
"tags": [], "tags": [],
"title": "svelte-commerce", "title": "svelte-commerce",
"url": "https://github.com/itswadesh/svelte-commerce" "repository": "https://github.com/itswadesh/svelte-commerce"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Svelte + Storybook + Tailwind - Starter Template", "description": "Svelte + Storybook + Tailwind - Starter Template",
"tags": [], "tags": [],
"title": "jerriclynsjohn/svelte-storybook-tailwind", "title": "jerriclynsjohn/svelte-storybook-tailwind",
"url": "https://github.com/jerriclynsjohn/svelte-storybook-tailwind" "repository": "https://github.com/jerriclynsjohn/svelte-storybook-tailwind"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A template to help you start developing SPAs with Svelte and Firebase", "description": "A template to help you start developing SPAs with Svelte and Firebase",
"tags": [], "tags": [],
"title": "jorgegorka/svelte-firebase", "title": "jorgegorka/svelte-firebase",
"url": "https://github.com/jorgegorka/svelte-firebase" "repository": "https://github.com/jorgegorka/svelte-firebase"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "SvelteJS and TailwindCSS template", "description": "SvelteJS and TailwindCSS template",
"tags": [], "tags": [],
"title": "justinekizhak/svelte-tailwind-template", "title": "justinekizhak/svelte-tailwind-template",
"url": "https://github.com/justinekizhak/svelte-tailwind-template" "repository": "https://github.com/justinekizhak/svelte-tailwind-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Template for building phonegap hybrid applications with Svelte", "description": "Template for building phonegap hybrid applications with Svelte",
"tags": ["mobile"], "tags": ["mobile"],
"title": "lpshanley/svelte-phonegap", "title": "lpshanley/svelte-phonegap",
"url": "https://github.com/lpshanley/svelte-phonegap" "repository": "https://github.com/lpshanley/svelte-phonegap"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Minimal setup for building svelte as a web component module", "description": "Minimal setup for building svelte as a web component module",
"tags": [], "tags": [],
"title": "LunaTK/svelte-web-component-builder", "title": "LunaTK/svelte-web-component-builder",
"url": "https://github.com/LunaTK/svelte-web-component-builder" "repository": "https://github.com/LunaTK/svelte-web-component-builder"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Tailwindcss v1 + Svelte v3 = <3", "description": "Tailwindcss v1 + Svelte v3 = <3",
"tags": [], "tags": [],
"title": "marcograhl/tailwindcss-svelte-starter", "title": "marcograhl/tailwindcss-svelte-starter",
"url": "https://github.com/marcograhl/tailwindcss-svelte-starter" "repository": "https://github.com/marcograhl/tailwindcss-svelte-starter"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Svelte template with webpack, babel, eslint and scss. Using browserslist with corejs for legacy browser support", "description": "Svelte template with webpack, babel, eslint and scss. Using browserslist with corejs for legacy browser support",
"tags": [], "tags": [],
"title": "svelte-webpack-babel-scss", "title": "svelte-webpack-babel-scss",
"url": "https://github.com/markoboy/svelte-webpack-babel-scss" "repository": "https://github.com/markoboy/svelte-webpack-babel-scss"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Build cybernetically enhanced web apps with Meteor and Svelte", "description": "Build cybernetically enhanced web apps with Meteor and Svelte",
"tags": ["components and libraries", "stores and state"], "tags": ["components and libraries", "stores and state"],
"title": "Svelte for Meteor", "title": "Svelte for Meteor",
"url": "https://github.com/meteor-svelte/meteor-svelte" "repository": "https://github.com/meteor-svelte/meteor-svelte"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Svelte + Tailwind = ❤", "description": "Svelte + Tailwind = ❤",
"tags": [], "tags": [],
"title": "muhajirdev/svelte-tailwind-template", "title": "muhajirdev/svelte-tailwind-template",
"url": "https://github.com/muhajirdev/svelte-tailwind-template" "repository": "https://github.com/muhajirdev/svelte-tailwind-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Boilerplate code with Typescript and Sass bundled by Webpack", "description": "Boilerplate code with Typescript and Sass bundled by Webpack",
"tags": [], "tags": [],
"title": "n0th1ng-else/svelte-typescript-sass", "title": "n0th1ng-else/svelte-typescript-sass",
"url": "https://github.com/n0th1ng-else/svelte-typescript-sass" "repository": "https://github.com/n0th1ng-else/svelte-typescript-sass"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Modern build process with Svelte, WebPack, PurgeCSS, code splitting, lazy loading...etc", "description": "Modern build process with Svelte, WebPack, PurgeCSS, code splitting, lazy loading...etc",
"tags": ["testing", "typescript", "code splitting", "lazy loading", "webpack", "preprocessors"], "tags": ["testing", "typescript", "code splitting", "lazy loading", "webpack", "preprocessors"],
"title": "NazimHAli/svelte-template", "title": "NazimHAli/svelte-template",
"url": "https://github.com/NazimHAli/svelte-template" "repository": "https://github.com/NazimHAli/svelte-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Offline-Capable todo list built with Svelte, PouchDB and CouchDB", "description": "Offline-Capable todo list built with Svelte, PouchDB and CouchDB",
"tags": [], "tags": [],
"title": "neighbourhoodie/svelte-pouchdb-couchdb", "title": "neighbourhoodie/svelte-pouchdb-couchdb",
"url": "https://github.com/neighbourhoodie/svelte-pouchdb-couchdb" "repository": "https://github.com/neighbourhoodie/svelte-pouchdb-couchdb"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Template with Typescript, Sass, Storybook, Webpack", "description": "Template with Typescript, Sass, Storybook, Webpack",
"tags": [], "tags": [],
"title": "ryburn52/svelte-typescript-sass-template", "title": "ryburn52/svelte-typescript-sass-template",
"url": "https://github.com/ryburn52/svelte-typescript-sass-template" "repository": "https://github.com/ryburn52/svelte-typescript-sass-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Starter to built Electron apps with Svelte and Better SQLite3", "description": "Starter to built Electron apps with Svelte and Better SQLite3",
"tags": ["electron", "database"], "tags": ["electron", "database"],
"title": "nye/svelte-electron-better-sqlite3-starter", "title": "nye/svelte-electron-better-sqlite3-starter",
"url": "https://github.com/nye/svelte-electron-better-sqlite3-starter" "repository": "https://github.com/nye/svelte-electron-better-sqlite3-starter"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Svelte webpack template with routing and lazy-loading", "description": "Svelte webpack template with routing and lazy-loading",
"tags": [], "tags": [],
"title": "OrdinaryJellyfish/svelte-routing-template", "title": "OrdinaryJellyfish/svelte-routing-template",
"url": "https://github.com/OrdinaryJellyfish/svelte-routing-template" "repository": "https://github.com/OrdinaryJellyfish/svelte-routing-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Svelte application boilerplate with Webpack, Sass, BabelJS, Fetch, PostCSS, Jest, and .Env", "description": "Svelte application boilerplate with Webpack, Sass, BabelJS, Fetch, PostCSS, Jest, and .Env",
"tags": [], "tags": [],
"title": "pankod/svelte-boilerplate", "title": "pankod/svelte-boilerplate",
"url": "https://github.com/pankod/svelte-boilerplate" "repository": "https://github.com/pankod/svelte-boilerplate"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A base for building Svelte component library", "description": "A base for building Svelte component library",
"tags": [], "tags": [],
"title": "patoi/svelte-component-library-template", "title": "patoi/svelte-component-library-template",
"url": "https://github.com/patoi/svelte-component-library-template" "repository": "https://github.com/patoi/svelte-component-library-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Svelte 3 starter with POI 12 and Prettier. Outputs web apps or web components", "description": "Svelte 3 starter with POI 12 and Prettier. Outputs web apps or web components",
"tags": [], "tags": [],
"title": "pbastowski/svelte-poi-starter", "title": "pbastowski/svelte-poi-starter",
"url": "https://github.com/pbastowski/svelte-poi-starter" "repository": "https://github.com/pbastowski/svelte-poi-starter"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Svelte + Snowpack, TypeScript, SCSS, Jest with tight VSCode debugging", "description": "Svelte + Snowpack, TypeScript, SCSS, Jest with tight VSCode debugging",
"tags": ["editor tools", "snowpack"], "tags": ["editor tools", "snowpack"],
"title": "svelte-ts-snowpack-vscode", "title": "svelte-ts-snowpack-vscode",
"url": "https://github.com/processtract/svelte-ts-snowpack-vscode" "repository": "https://github.com/processtract/svelte-ts-snowpack-vscode"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Typescript monorepo for Svelte v3 (preprocess, template, types)", "description": "Typescript monorepo for Svelte v3 (preprocess, template, types)",
"tags": [], "tags": [],
"title": "pyoner/svelte-typescript", "title": "pyoner/svelte-typescript",
"url": "https://github.com/pyoner/svelte-typescript" "repository": "https://github.com/pyoner/svelte-typescript"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Typescript monorepo for Svelte v3 (preprocess, template, types)", "description": "Typescript monorepo for Svelte v3 (preprocess, template, types)",
"tags": ["integrations", "preprocessors"], "tags": ["integrations", "preprocessors"],
"title": "@pyoner/svelte-ts-preprocess", "title": "@pyoner/svelte-ts-preprocess",
"url": "https://github.com/pyoner/svelte-typescript" "repository": "https://github.com/pyoner/svelte-typescript"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Svelte App with Firebase Authentication for all purposes", "description": "Svelte App with Firebase Authentication for all purposes",
"tags": [], "tags": [],
"title": "ricalamino/svelte-firebase-auth", "title": "ricalamino/svelte-firebase-auth",
"url": "https://github.com/ricalamino/svelte-firebase-auth" "repository": "https://github.com/ricalamino/svelte-firebase-auth"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A template for building Electron apps with Svelte (**VERSION 2**)", "description": "A template for building Electron apps with Svelte (**VERSION 2**)",
"tags": ["electron"], "tags": ["electron"],
"title": "Rich-Harris/svelte-template-electron", "title": "Rich-Harris/svelte-template-electron",
"url": "https://github.com/Rich-Harris/svelte-template-electron" "repository": "https://github.com/Rich-Harris/svelte-template-electron"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Clone of official Svelte template with added HMR support using Nollup", "description": "Clone of official Svelte template with added HMR support using Nollup",
"tags": [], "tags": [],
"title": "rixo/svelte-template-hot", "title": "rixo/svelte-template-hot",
"url": "https://github.com/rixo/svelte-template-hot" "repository": "https://github.com/rixo/svelte-template-hot"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Yeoman generator generating a boilerplate Svelte.js app with all of svelte-preprocess' options", "description": "Yeoman generator generating a boilerplate Svelte.js app with all of svelte-preprocess' options",
"tags": ["preprocessors"], "tags": ["preprocessors"],
"title": "generator-svelte", "title": "generator-svelte",
"url": "https://github.com/Samuel-Martineau/generator-svelte" "repository": "https://github.com/Samuel-Martineau/generator-svelte"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A boilerplate with Material, Babel, PostCSS, and Webpack", "description": "A boilerplate with Material, Babel, PostCSS, and Webpack",
"tags": [], "tags": [],
"title": "Shyam-Chen/Svelte-Starter", "title": "Shyam-Chen/Svelte-Starter",
"url": "https://github.com/Shyam-Chen/Svelte-Starter" "repository": "https://github.com/Shyam-Chen/Svelte-Starter"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A Svelte template for browserify", "description": "A Svelte template for browserify",
"tags": [], "tags": [],
"title": "soapdog/svelte-template-browserify", "title": "soapdog/svelte-template-browserify",
"url": "https://github.com/soapdog/svelte-template-browserify" "repository": "https://github.com/soapdog/svelte-template-browserify"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Boilerplate template project for SPA router spaceavocado/svelte-router", "description": "Boilerplate template project for SPA router spaceavocado/svelte-router",
"tags": [], "tags": [],
"title": "spaceavocado/svelte-router-template", "title": "spaceavocado/svelte-router-template",
"url": "https://github.com/spaceavocado/svelte-router-template" "repository": "https://github.com/spaceavocado/svelte-router-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Boilerplate with Webpack, Cypress, Travis CI, Storybook, and SASS", "description": "Boilerplate with Webpack, Cypress, Travis CI, Storybook, and SASS",
"tags": [], "tags": [],
"title": "stephanepericat/svelte-boilerplate", "title": "stephanepericat/svelte-boilerplate",
"url": "https://github.com/stephanepericat/svelte-boilerplate" "repository": "https://github.com/stephanepericat/svelte-boilerplate"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Template with VSCode, Prettier, ESLint, Cypress, and Rollup", "description": "Template with VSCode, Prettier, ESLint, Cypress, and Rollup",
"tags": [], "tags": [],
"title": "SteveALee/svelte-code-cypress-project", "title": "SteveALee/svelte-code-cypress-project",
"url": "https://github.com/SteveALee/svelte-code-cypress-project" "repository": "https://github.com/SteveALee/svelte-code-cypress-project"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A base for building shareable Svelte components", "description": "A base for building shareable Svelte components",
"tags": [], "tags": [],
"title": "sveltejs/component-template", "title": "sveltejs/component-template",
"url": "https://github.com/sveltejs/component-template" "repository": "https://github.com/sveltejs/component-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Template for building basic applications with Svelte with rollup", "description": "Template for building basic applications with Svelte with rollup",
"tags": [], "tags": [],
"title": "sveltejs/template", "title": "sveltejs/template",
"url": "https://github.com/sveltejs/template" "repository": "https://github.com/sveltejs/template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Template for building basic applications with Svelte and custom elements", "description": "Template for building basic applications with Svelte and custom elements",
"tags": [], "tags": [],
"title": "sveltejs/template-custom-element", "title": "sveltejs/template-custom-element",
"url": "https://github.com/sveltejs/template-custom-element" "repository": "https://github.com/sveltejs/template-custom-element"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Template for building basic Svelte applications with webpack", "description": "Template for building basic Svelte applications with webpack",
"tags": [], "tags": [],
"title": "sveltejs/template-webpack", "title": "sveltejs/template-webpack",
"url": "https://github.com/sveltejs/template-webpack" "repository": "https://github.com/sveltejs/template-webpack"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Starter template for Cordova featuring hot reload", "description": "Starter template for Cordova featuring hot reload",
"tags": ["mobile"], "tags": ["mobile"],
"title": "syonip/svelte-cordova", "title": "syonip/svelte-cordova",
"url": "https://github.com/syonip/svelte-cordova" "repository": "https://github.com/syonip/svelte-cordova"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A showcase app for all Ionic UI elements to create awesome mobile apps. Published as web app too.", "description": "A showcase app for all Ionic UI elements to create awesome mobile apps. Published as web app too.",
"tags": ["components and libraries", "component sets", "mobile"], "tags": ["components and libraries", "component sets", "mobile"],
"title": "Ionic Svelte UI demo", "title": "Ionic Svelte UI demo",
"url": "https://github.com/Tommertom/svelte-ionic-app" "repository": "https://github.com/Tommertom/svelte-ionic-app"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Starter pack for Rollup, Typescript, and VSCode", "description": "Starter pack for Rollup, Typescript, and VSCode",
"tags": [], "tags": [],
"title": "tonyrewin/svelte3-ts-boilerplate", "title": "tonyrewin/svelte3-ts-boilerplate",
"url": "https://github.com/tonyrewin/svelte3-ts-boilerplate" "repository": "https://github.com/tonyrewin/svelte3-ts-boilerplate"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "Template with TypeScript, Babel, Jest, Svelte-Testing-Library, Eslint, and Prettier", "description": "Template with TypeScript, Babel, Jest, Svelte-Testing-Library, Eslint, and Prettier",
"tags": [], "tags": [],
"title": "will-wow/svelte-typescript-template", "title": "will-wow/svelte-typescript-template",
"url": "https://github.com/will-wow/svelte-typescript-template" "repository": "https://github.com/will-wow/svelte-typescript-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A base for building shareable Svelte 3 components", "description": "A base for building shareable Svelte 3 components",
"tags": [], "tags": [],
"title": "YogliB/svelte-component-template", "title": "YogliB/svelte-component-template",
"url": "https://github.com/YogliB/svelte-component-template" "repository": "https://github.com/YogliB/svelte-component-template"
}, },
{ {
"category": "Svelte", "category": "Svelte",
"description": "A base for building shareable Svelte 3 components.", "description": "A base for building shareable Svelte 3 components.",
"tags": [], "tags": [],
"title": "svelte-component-template", "title": "svelte-component-template",
"url": "https://github.com/YogliB/svelte-component-template" "repository": "https://github.com/YogliB/svelte-component-template"
}, },
{ {
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit template with TailwindCSS, Storybook, TypeScript and Sass.", "description": "SvelteKit template with TailwindCSS, Storybook, TypeScript and Sass.",
"tags": [], "tags": [],
"title": "tejasag/sveltetron-9000", "title": "tejasag/sveltetron-9000",
"url": "https://github.com/tejasag/sveltetron-9000" "repository": "https://github.com/tejasag/sveltetron-9000"
}, },
{ {
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit Starter template with Typescript, Postcss, scss, TailwindCSS, Storybook, husky, and eslint.", "description": "SvelteKit Starter template with Typescript, Postcss, scss, TailwindCSS, Storybook, husky, and eslint.",
"tags": ["blog", "seo", "ssr", "storybook", "templates"], "tags": ["blog", "seo", "ssr", "storybook", "templates"],
"title": "navneetsharmaui/sveltekit-starter", "title": "navneetsharmaui/sveltekit-starter",
"url": "https://github.com/navneetsharmaui/sveltekit-starter" "repository": "https://github.com/navneetsharmaui/sveltekit-starter"
}, },
{ {
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit Blog Starter template with Typescript, Postcss, scss, TailwindCSS, Storybook, husky, and eslint. The template is free to use and developers are welcome to contribute to it.", "description": "SvelteKit Blog Starter template with Typescript, Postcss, scss, TailwindCSS, Storybook, husky, and eslint. The template is free to use and developers are welcome to contribute to it.",
"tags": ["blog", "mdsvex", "seo", "ssr", "storybook", "templates"], "tags": ["blog", "mdsvex", "seo", "ssr", "storybook", "templates"],
"title": "navneetsharmaui/sveltekit-blog", "title": "navneetsharmaui/sveltekit-blog",
"url": "https://github.com/navneetsharmaui/sveltekit-blog" "repository": "https://github.com/navneetsharmaui/sveltekit-blog"
}, },
{ {
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit boilerplate with Koa for building backend API, Typescript support, Docker support", "description": "SvelteKit boilerplate with Koa for building backend API, Typescript support, Docker support",
"tags": [], "tags": [],
"title": "kaladivo/svelte-kit-koa-boilerplate", "title": "kaladivo/svelte-kit-koa-boilerplate",
"url": "https://github.com/kaladivo/svelte-kit-koa-boilerplate" "repository": "https://github.com/kaladivo/svelte-kit-koa-boilerplate"
}, },
{ {
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit template with Stripe Checkout and Typescript.", "description": "SvelteKit template with Stripe Checkout and Typescript.",
"tags": [], "tags": [],
"title": "srmullen/sveltekit-stripe", "title": "srmullen/sveltekit-stripe",
"url": "https://github.com/srmullen/sveltekit-stripe" "repository": "https://github.com/srmullen/sveltekit-stripe"
}, },
{ {
"category": "SvelteKit", "category": "SvelteKit",
"description": "A minimalistic blog template built with SvelteKit and MDsveX", "description": "A minimalistic blog template built with SvelteKit and MDsveX",
"tags": [], "tags": [],
"title": "mvasigh/sveltekit-mdsvex-blog", "title": "mvasigh/sveltekit-mdsvex-blog",
"url": "https://github.com/mvasigh/sveltekit-mdsvex-blog" "repository": "https://github.com/mvasigh/sveltekit-mdsvex-blog"
}, },
{ {
"category": "SvelteKit", "category": "SvelteKit",
"description": "A personal website built with SvelteKit", "description": "A personal website built with SvelteKit",
"tags": [], "tags": [],
"title": "babichjacob/university-website", "title": "babichjacob/university-website",
"url": "https://github.com/babichjacob/university-website" "repository": "https://github.com/babichjacob/university-website"
}, },
{ {
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add PostCSS to your Svelte project", "description": "Add PostCSS to your Svelte project",
"tags": [], "tags": [],
"title": "svelte-add/postcss", "title": "svelte-add/postcss",
"url": "https://github.com/svelte-add/postcss" "repository": "https://github.com/svelte-add/postcss"
}, },
{ {
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add Tailwind CSS to your Svelte project", "description": "Add Tailwind CSS to your Svelte project",
"tags": [], "tags": [],
"title": "svelte-add/tailwindcss", "title": "svelte-add/tailwindcss",
"url": "https://github.com/svelte-add/tailwindcss" "repository": "https://github.com/svelte-add/tailwindcss"
}, },
{ {
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add Tauri to your Svelte project", "description": "Add Tauri to your Svelte project",
"tags": [], "tags": [],
"title": "svelte-add/tauri", "title": "svelte-add/tauri",
"url": "https://github.com/svelte-add/tauri" "repository": "https://github.com/svelte-add/tauri"
}, },
{ {
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add Bulma to your Svelte project", "description": "Add Bulma to your Svelte project",
"tags": [], "tags": [],
"title": "svelte-add/bulma", "title": "svelte-add/bulma",
"url": "https://github.com/svelte-add/bulma" "repository": "https://github.com/svelte-add/bulma"
}, },
{ {
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add CoffeeScript to your Svelte project", "description": "Add CoffeeScript to your Svelte project",
"tags": [], "tags": [],
"title": "svelte-add/coffeescript", "title": "svelte-add/coffeescript",
"url": "https://github.com/svelte-add/coffeescript" "repository": "https://github.com/svelte-add/coffeescript"
}, },
{ {
"category": "Svelte Add", "category": "Svelte Add",
"description": "A command to add a GraphQL server to your Svelte project", "description": "A command to add a GraphQL server to your Svelte project",
"tags": [], "tags": [],
"title": "svelte-add/graphql-server", "title": "svelte-add/graphql-server",
"url": "https://github.com/svelte-add/graphql-server" "repository": "https://github.com/svelte-add/graphql-server"
}, },
{ {
"category": "Svelte Add", "category": "Svelte Add",
"description": "A command to add hosting on Firebase to your Svelte project", "description": "A command to add hosting on Firebase to your Svelte project",
"tags": [], "tags": [],
"title": "svelte-add/firebase-hosting", "title": "svelte-add/firebase-hosting",
"url": "https://github.com/svelte-add/firebase-hosting" "repository": "https://github.com/svelte-add/firebase-hosting"
}, },
{ {
"title": "svelte-add/scss", "title": "svelte-add/scss",
"url": "https://github.com/svelte-add/scss", "repository": "https://github.com/svelte-add/scss",
"description": "Add SCSS to your Svelte project", "description": "Add SCSS to your Svelte project",
"tags": [], "tags": [],
"category": "Svelte Add" "category": "Svelte Add"
}, },
{ {
"title": "svelte-add/3d", "title": "svelte-add/3d",
"url": "https://github.com/svelte-add/3d", "repository": "https://github.com/svelte-add/3d",
"description": "Add 3D scenes to your Svelte project", "description": "Add 3D scenes to your Svelte project",
"tags": [], "tags": [],
"category": "Svelte Add" "category": "Svelte Add"
}, },
{ {
"title": "vhscom/svelte-headlessui-starter", "title": "vhscom/svelte-headlessui-starter",
"url": "https://github.com/vhscom/svelte-headlessui-starter", "repository": "https://github.com/vhscom/svelte-headlessui-starter",
"description": "Template designed to make it faster and easier to build libre Svelte apps using Headless UI.", "description": "Template designed to make it faster and easier to build libre Svelte apps using Headless UI.",
"category": "SvelteKit", "category": "SvelteKit",
"tags": ["templates", "ssr", "typescript"] "tags": ["templates", "ssr", "typescript"]
@@ -543,46 +543,46 @@
"description": "Add mdsvex to your Svelte project", "description": "Add mdsvex to your Svelte project",
"tags": [], "tags": [],
"title": "svelte-add/mdsvex", "title": "svelte-add/mdsvex",
"url": "https://github.com/svelte-add/mdsvex" "repository": "https://github.com/svelte-add/mdsvex"
}, },
{ {
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add Supabase to your Svelte project", "description": "Add Supabase to your Svelte project",
"tags": [], "tags": [],
"title": "supabase-community/svelte-supabase", "title": "supabase-community/svelte-supabase",
"url": "https://github.com/supabase-community/svelte-supabase" "repository": "https://github.com/supabase-community/svelte-supabase"
}, },
{ {
"category": "Svelte Add", "category": "Svelte Add",
"description": "Add Jest to your SvelteKit project", "description": "Add Jest to your SvelteKit project",
"tags": [], "tags": [],
"title": "rossyman/svelte-add-jest", "title": "rossyman/svelte-add-jest",
"url": "https://github.com/rossyman/svelte-add-jest" "repository": "https://github.com/rossyman/svelte-add-jest"
}, },
{ {
"category": "SvelteKit", "category": "SvelteKit",
"description": "SvelteKit blog powered with mdsvex, json schema support, sitemap.xml, RSS-feed and other tools required for good SEO.", "description": "SvelteKit blog powered with mdsvex, json schema support, sitemap.xml, RSS-feed and other tools required for good SEO.",
"tags": ["ssr", "templates", "mdsvex", "seo"], "tags": ["ssr", "templates", "mdsvex", "seo"],
"title": "MailCheck-co/mailcheck.site", "title": "MailCheck-co/mailcheck.site",
"url": "https://github.com/MailCheck-co/mailcheck.site" "repository": "https://github.com/MailCheck-co/mailcheck.site"
}, },
{ {
"title": "SvelteKit i18n Template", "title": "SvelteKit i18n Template",
"url": "https://github.com/ivanhofer/typesafe-i18n-demo-sveltekit", "repository": "https://github.com/ivanhofer/typesafe-i18n-demo-sveltekit",
"description": "A fully working SEO optimized i18n template", "description": "A fully working SEO optimized i18n template",
"category": "SvelteKit", "category": "SvelteKit",
"tags": ["blog", "code splitting", "lazy loading", "seo", "ssr", "templates", "typescript"] "tags": ["blog", "code splitting", "lazy loading", "seo", "ssr", "templates", "typescript"]
}, },
{ {
"title": "svelte-ts-tailwind-template", "title": "svelte-ts-tailwind-template",
"url": "https://github.com/colinbate/svelte-ts-tailwind-template", "repository": "https://github.com/colinbate/svelte-ts-tailwind-template",
"description": "Svelte app template with TypeScript and TailwindCSS.", "description": "Svelte app template with TypeScript and TailwindCSS.",
"category": "Svelte", "category": "Svelte",
"tags": ["templates", "typescript"] "tags": ["templates", "typescript"]
}, },
{ {
"title": "SENT-template", "title": "SENT-template",
"url": "https://github.com/the-homeless-god/SENT-template", "repository": "https://github.com/the-homeless-god/SENT-template",
"description": "Skip setup and start code with SENT (Sapper Express Node Template) and other tools like TypeScript, Linters, Tests, Docker and so on", "description": "Skip setup and start code with SENT (Sapper Express Node Template) and other tools like TypeScript, Linters, Tests, Docker and so on",
"category": "Svelte", "category": "Svelte",
"tags": [ "tags": [
@@ -604,77 +604,77 @@
}, },
{ {
"title": "Yuyutsu", "title": "Yuyutsu",
"url": "https://github.com/sharu725/yuyutsu", "repository": "https://github.com/sharu725/yuyutsu",
"description": "A minimal Sveltekit theme with a sidebar.", "description": "A minimal Sveltekit theme with a sidebar.",
"category": "SvelteKit", "category": "SvelteKit",
"tags": ["blog", "markdown", "templates"] "tags": ["blog", "markdown", "templates"]
}, },
{ {
"title": "sveltekit-blog-template", "title": "sveltekit-blog-template",
"url": "https://github.com/K-Sato1995/sveltekit-blog-template", "repository": "https://github.com/K-Sato1995/sveltekit-blog-template",
"description": "A minimalistic markdown based blog template built with Sveltekit", "description": "A minimalistic markdown based blog template built with Sveltekit",
"category": "SvelteKit", "category": "SvelteKit",
"tags": ["blog", "templates"] "tags": ["blog", "templates"]
}, },
{ {
"title": "Urara", "title": "Urara",
"url": "https://github.com/importantimport/urara", "repository": "https://github.com/importantimport/urara",
"description": "Sweet, Powerful, IndieWeb-Compatible SvelteKit Blog Starter.", "description": "Sweet, Powerful, IndieWeb-Compatible SvelteKit Blog Starter.",
"category": "SvelteKit", "category": "SvelteKit",
"tags": ["blog", "mdsvex", "typescript", "templates"] "tags": ["blog", "mdsvex", "typescript", "templates"]
}, },
{ {
"title": "Svelte-Typescript-Electron-Webpack", "title": "Svelte-Typescript-Electron-Webpack",
"url": "https://github.com/ryan-way-boilerplate/stew", "repository": "https://github.com/ryan-way-boilerplate/stew",
"description": "Template with Svelte Typescript Electron and webpack", "description": "Template with Svelte Typescript Electron and webpack",
"category": "Svelte", "category": "Svelte",
"tags": ["typescript", "webpack", "electron"] "tags": ["typescript", "webpack", "electron"]
}, },
{ {
"title": "Svelte SCSS/TailwindCSS/Typescript Template", "title": "Svelte SCSS/TailwindCSS/Typescript Template",
"url": "https://github.com/timoyo93/svelte-template", "repository": "https://github.com/timoyo93/svelte-template",
"description": "A template that uses TailwindCSS v3, Typescript and SCSS", "description": "A template that uses TailwindCSS v3, Typescript and SCSS",
"category": "Svelte", "category": "Svelte",
"tags": ["templates", "typescript", "preprocessors"] "tags": ["templates", "typescript", "preprocessors"]
}, },
{ {
"title": "A Svelte + FAST + Vite starter project", "title": "A Svelte + FAST + Vite starter project",
"url": "https://github.com/microsoft/fast/tree/master/examples/svelte-starters/svelte-fast-starter", "repository": "https://github.com/microsoft/fast/tree/master/examples/svelte-starters/svelte-fast-starter",
"description": "A Svelte + FAST + Vite starter project", "description": "A Svelte + FAST + Vite starter project",
"category": "Svelte", "category": "Svelte",
"tags": ["templates"] "tags": ["templates"]
}, },
{ {
"title": "A Svelte + FAST + Vite + TypeScript starter project", "title": "A Svelte + FAST + Vite + TypeScript starter project",
"url": "https://github.com/microsoft/fast/tree/master/examples/svelte-starters/svelte-fast-typescript-starter", "repository": "https://github.com/microsoft/fast/tree/master/examples/svelte-starters/svelte-fast-typescript-starter",
"description": "A Svelte + FAST + Vite + TypeScript starter project", "description": "A Svelte + FAST + Vite + TypeScript starter project",
"category": "Svelte", "category": "Svelte",
"tags": ["templates"] "tags": ["templates"]
}, },
{ {
"title": "Swyxkit", "title": "Swyxkit",
"url": "https://github.com/swyxio/swyxkit/", "repository": "https://github.com/swyxio/swyxkit/",
"description": "An opinionated blog starter for SvelteKit + Tailwind + Netlify. Refreshed for the great SvelteKit refactor of 2022!", "description": "An opinionated blog starter for SvelteKit + Tailwind + Netlify. Refreshed for the great SvelteKit refactor of 2022!",
"category": "SvelteKit", "category": "SvelteKit",
"tags": ["blog", "templates", "mdsvex", "markdown"] "tags": ["blog", "templates", "mdsvex", "markdown"]
}, },
{ {
"title": "QWER Blog Starter", "title": "QWER Blog Starter",
"url": "https://github.com/kwchang0831/svelte-QWER", "repository": "https://github.com/kwchang0831/svelte-QWER",
"description": "Blog Starter built with SvelteKit and Love. 100 Lighthouse, SEO, Post tags and TOC, Atom feed, Sitemap, PWA, image optimisation, Giscus, UnoCSS, typesafe-i18n", "description": "Blog Starter built with SvelteKit and Love. 100 Lighthouse, SEO, Post tags and TOC, Atom feed, Sitemap, PWA, image optimisation, Giscus, UnoCSS, typesafe-i18n",
"category": "SvelteKit", "category": "SvelteKit",
"tags": ["blog", "markdown", "templates", "seo", "typescript"] "tags": ["blog", "markdown", "templates", "seo", "typescript"]
}, },
{ {
"title": "svelte-mpa", "title": "svelte-mpa",
"url": "https://github.com/kokizzu/svelte-mpa", "repository": "https://github.com/kokizzu/svelte-mpa",
"description": "Multipage Svelte for any backend", "description": "Multipage Svelte for any backend",
"category": "Svelte", "category": "Svelte",
"tags": ["templates", "integrations"] "tags": ["templates", "integrations"]
}, },
{ {
"title": "Web3 Hardhat & Svelte Boilerplate", "title": "Web3 Hardhat & Svelte Boilerplate",
"url": "https://github.com/fede-rodes/hardhat-svelte-boilerplate", "repository": "https://github.com/fede-rodes/hardhat-svelte-boilerplate",
"description": "This boilerplate includes Hardhat, Svelte, Tailwind, TS and cva libs. Example integration using MetaMask", "description": "This boilerplate includes Hardhat, Svelte, Tailwind, TS and cva libs. Example integration using MetaMask",
"category": "Svelte", "category": "Svelte",
"tags": ["storybook", "typescript"] "tags": ["storybook", "typescript"]