> ## Documentation Index
> Fetch the complete documentation index at: https://www.jetify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# devbox init

> Initialize a directory as a devbox project

## Synopsis[​](#synopsis "Direct link to Synopsis")

Initialize a directory as a devbox project. This will create an empty devbox.json in the current
directory. You can then add packages using `devbox add`

```bash theme={null}
devbox init [<dir>] [flags]
```

## Options[​](#options "Direct link to Options")

| Option        | Description                  |
| ------------- | ---------------------------- |
| `-h, --help`  | help for init                |
| `-q, --quiet` | Quiet mode: Suppresses logs. |

## SEE ALSO[​](#see-also "Direct link to SEE ALSO")

* [devbox](/docs/devbox/cli-reference/devbox/) - Instant, easy, predictable shells and containers

[Edit this page](https://github.com/jetify-com/docs/tree/main/docs/devbox/cli-reference/devbox-init/index.mdx)
