Svelte component test enviornment
npx degit patrickroberts/svelte-ts-component-template my-new-component
cd my-new-component
npm install
Using
NPM npx module
to download and execute the NPM degit module
utility downloads a git
repoistory (without
the meta-data) to the the given directory.