Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
create-turbosvelte
Advanced tools
This is an unofficial SvelteKit monorepo starter powered by Turborepo.
This Turborepo includes the following packages and apps:
docs
: Sveleton placeholder documentation siterename-core
: core componentsrename-tsconfig
: shared tsconfig.json
s used throughout the monorepoeslint-preset-rename
: ESLint presetEach package and app is 100% Typescript.
Run the following command:
npx create-turbosvelte app-name
package.json
Make sure to modify the contents in the project's root package json to fit your needs.
As of now if you want to run multiple dev enviornments in parallel, you will have to define different ports in your scripts.
So you will have to change each package.json
like such:
"scripts": {
"dev": "svelte-kit dev -p 3200",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"package": "svelte-kit package"
},
Each project's port will need to be different.
The NPM organization scope for this design system starter is @rename
. To change this, it's a bit manual at the moment, but you'll need to do the following:
packages/*
to replace rename
with your desired scoperename
with your desired scopenpm install
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
This is an unofficial SvelteKit monorepo starter powered by Turborepo.
We found that create-turbosvelte demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.