svelte-packagr Svelte Themes

Svelte Packagr

A CLI for building component libraries with Svelte

Frozen

This project is frozen for now, I may or may not return to this in the future.

svelte-packagr

A simple CLI for building svelte packages

Disclaimer: Notice we didn't hit version 1 just yet, and the API may change

Instalation

npm install -g svelte-packagr

Usage

Long way:

svelte-packagr --input ./src/MyComponent.svelte --output ./dist

Shorthand:

svp -i ./src/MyComponent.svelte --o ./dist

See all options

Run:

svp --help

or go here.

Top categories

Loading Svelte Themes