Svelte-init Svelte Themes

Svelte Init

Commandline tool to quickly create a new Svelte project.

Svelte-init is a tool to quickly create a new Svelte project from your commandline.

Install 🔩

  1. Get the svelte-init file from the latest release.
  2. Open a terminal.
  3. Copy the file to a directory that is part of the global PATH variable:
     cp svelte-init /usr/local/bin/
    

Usage 🚀

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.

License

MIT © Jef Malfliet (twitter, linkedIn)

Top categories

Loading Svelte Themes