Skip to main content
The init command creates a new Squirrels project in the current directory. It is an alias for sqrl new --curr-dir.

Usage

Options

In addition to the global options, this command supports the following options:

Examples

Initialize a project in the current directory, answering prompts:
Use default settings (skip all prompts):
Equivalent to:

Notes

  • If no options are specified, the command will prompt for input
  • The --use-defaults option can be used to skip all prompts
  • The generated .env file contains sensitive information and should not be committed to version control