
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
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 19 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.