## Project templates
Meson ships with predefined project templates. To start a new project from
scratch, simply go to an empty directory and type:
```meson
meson init --name=myproject --type=executable --language=c
```