Svelte-init is a tool to quickly create a new Svelte project from your commandline.
cp svelte-init /usr/local/bin/
svelte-init [project-name [-d directory] [-c]] | [-h]
-d | --directory Specify the directory in which the svelte project must be
initialized. Directory must not already exist.
-c | --code Open new svelte project in visual studio code.
-h | --help Get info over usage of svelte-init.