Skip to main content

arc init

Initialize a project.

Usage

arc init [project] [options]

Positionals:
project Specify the project directory. [string] [default: "."]

Options:
-t, --template Specify the template to use. [string] [default: "starter"]
-y, --yes Answer prompts using default values.
[boolean] [default: false]
-f, --force Overwrite an existing directory. [boolean] [default: false]
-j, --json Format output as JSON. [boolean] [default: false]
-q, --quiet Output only errors. [boolean] [default: false]
-C, --cwd Specify the working directory. [string] [default: "."]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]

Description