This project is frozen for now, I may or may not return to this in the future.
npm install -g svelte-packagr
Long way:
svelte-packagr --input ./src/MyComponent.svelte --output ./dist
Shorthand:
svp -i ./src/MyComponent.svelte --o ./dist
Run:
svp --help
or go here.