> For the complete documentation index, see [llms.txt](https://mandarineframework.gitbook.io/mandarine-ts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-cli/cli/mandarine-new.md).

# mandarine new

## mandarine new

Creates a Mandarine-powered application with [Mandarine's Project Structure](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-project-structure)

`mandarine new [OPTIONS]`

### Options

| Option                         | Description                                                                      | Required |
| ------------------------------ | -------------------------------------------------------------------------------- | -------- |
| <p>--directory </p><p>(-d)</p> | Indicates the directory where the mandarine-powered application will be created. | No       |
| --force (-f)                   | Forces the overwriting of existing files in directory.                           | No       |
