opinionated svelte boilerplate commands
create a quick svelte app
npx spencer-svelte -n myAppbuild it
npx spencer-svelte -b myAppdev-mode hot-reloading
npx spencer-svelte -w myAppdev-mode hot-reloading with pug compiling
npx spencer-svelte -p myAppit uses live-reload, rollup, and chokidar in a sloppy way - putting things together with low-amounts of thinking.
create a ./Part.pug file:
<script>
import Part from './build/Part.html'
</script>
<div>
<Part />
</div>
MIT