spin init <template-name> [--skip-dependency-install]
Running spin init will ask you a few questions about your project, then create the files you need to get started with Spin.
laravel: Initialize Spin into an existing Laravel project.laravel-pro: Initialize Spin Pro's Laravel Template into an existing Laravel project with Laravel Pro.nuxt: Initialize Spin into an existing Nuxt project.skeleton: A bare-bones template for any project type.username/repo: Any GitHub repository containing a Spin template.--skip-dependency-install: Skip the installation of dependencies. This is useful if you're using a custom script to install dependencies.