To create a new project based on this template using degit:
npx degit raxdiam/svelte-component-template svelte-lib
cd svelte-lib
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-lib
npm install
This template comes with TypeScript ready to use!