0.0.1 • Published 3 years ago

svelte-packagr v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

svelte-packagr

A simple CLI for building svelte packages

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

npm package version Contributor Covenant PRs Welcome

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.