baml new

Create a fresh directory at `<PATH>` and scaffold a project inside. Refuses to run if `<PATH>` already exists, the same way `cargo new` does. Creates the destination directory, `baml.toml`, and `baml_src/main.baml`. Use `baml init` when the directory already exists.

Reference version

Usage

baml new [OPTIONS] <PATH>

Arguments

<PATH> (required)

Directory to create. Errors if it already exists

Options

-q, --quiet

Suppress nonessential output