init
This document provides an overview of the commands and options available under buck2 init.
buck2 init
Initialize a buck2 project
Usage: buck2 init [OPTIONS] [PATH]
Arguments:
-
<PATH>The path to initialize the project in. The folder does not need to exist- Default value:
.
- Default value:
Common Options:
Common options are documented on the Common Options page.
Options:
-
--no-preludeDon't include the standard prelude or generate toolchain definitions -
--allow-dirtyInitialize the project even if the git repo at [PATH] has uncommitted changes -
--gitAlso initialize a git repository at the given path, and set up an appropriate.gitignorefile