svelte-meta-tags-setup

Installation
SKILL.md

svelte-meta-tags: Setup

Step 1: Install the package

Check whether svelte-meta-tags is already in package.json. If it is, skip to Step 2.

If it isn't, pick the command from the project's lockfile — not from whatever package manager happens to be installed globally:

Lockfile Command
pnpm-lock.yaml pnpm add -D svelte-meta-tags
package-lock.json npm install --save-dev svelte-meta-tags
yarn.lock yarn add --dev svelte-meta-tags
bun.lock (or the legacy bun.lockb) bun add --dev svelte-meta-tags

If none of these lockfiles exists, fall back to the packageManager field in package.json; if that is absent too, ask which package manager to use rather than guessing.

Install it as a dev dependency: the components compile into the consuming app, so nothing from this package is needed at runtime.

Installs
37
GitHub Stars
680
First Seen
Aug 3, 2026
svelte-meta-tags-setup — oekazuma/svelte-meta-tags