Making npm Packages with SvelteKit (opens in new tab)
I have several components that I use across a couple of my SvelteKit projects. I decided to make them into an npm package so that I’m not maintaining them in several places. Here I’m going to go through the process I followed to develop the package...
Read the original article