spin init

Initialize Spin on an existing project. This process will create all the files you need to get started with Spin.

Usage

Usage for "spin init"

spin init [--skip-dependency-install]

What this command does

Running spin init will ask you a few questions about your project, then create the files you need to get started with Spin.

Project Types:

  • 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.

Options

  • --skip-dependency-install: Skip the installation of dependencies. This is useful if you're using a custom script to install dependencies.