View on GitHub

Aspect Build Systems

The end-to-end Bazel experience that developers actually want to use.

aspect init

Create a new Bazel workspace

Synopsis

Creates a Bazel workspace.

It stamps out commonly needed files to get started more quickly with a brand-new project.

aspect init [flags]

Options

  -h, --help            help for init
      --preset string   Use a named preset from the scaffold

Options inherited from parent commands

      --aspect:config string   User-specified Aspect CLI config file. /dev/null indicates that all further --aspect:config flags will be ignored.
      --aspect:hints           Enable hints if configured (default true)
      --aspect:interactive     Interactive mode (e.g. prompts for user input)

SEE ALSO