Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
create-skeleton-app
Advanced tools
Use this CLI app to setup a new Skeleton application in a new SvelteKit project.
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.
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.
FAQs
Use this CLI app to setup a new Skeleton application in a new SvelteKit project.
The npm package create-skeleton-app receives a total of 0 weekly downloads. As such, create-skeleton-app popularity was classified as not popular.
We found that create-skeleton-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.