Command
touch src/lib/MyComponent.svelteExplanation
Create new Svelte component files for reusable UI elements.
Examples
Create component file
touch src/lib/MyComponent.svelteCreate component in folder
mkdir src/lib/components && touch src/lib/components/Button.svelte