* added scripts and deps * added version script for dev tag release * added action scripts * ignore dist and .temp files * added changeset config * format + lint * dont need that * simple cache * reverting back, this cache was more consistent * changed names * repo check * ignore empty arrow functions * fixed lint errors * added action to lint on PRs * added CSA * lockfile * update tw-settings.json after publish * ignore tw-settings.json in prettier * weird spacing that was breaking the ingore * added ignore path * ignore .vercel dir during formatting/linting * fixed line dupe on format * fix linting errors * fixed svelte check errors * added VERCEL_ENV for svelte-check * run both lint and check in parallel
2.1 KiB
💀 Create Skeleton App
This is the CLI tool for setting up a new Skeleton App that uses Skeleton, SvelteKit and Tailwind CSS.
npm create skeleton-app@latest
Is all you need to get started. It also supports using npm, pnpm and yarn.
While it largely mirrors the standard Svelte-Kit create-svelte app, it adds some additional choices that are relevant to Skeleton.
Info
You can see all command line options by running npm create skeleton-app@latest -h
The Enable Svelte-Kit experimental inspector? option allows you to press ctrl-shift or opt-shift in the browser window of your running project to see an outline of each component - clicking will then launch you directly to the source of that component in VSCode. More information about this option can be found here.
The Tailwind plugins are purely optional, see their docs for more information. You can also use those docs to add the plugins after initially creating your project with the CLI.
