aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/templates.md
blob: 6f0474d8d25d74414cb2ceef526fc6912df3f13b (plain)
1
2
3
4
5
6
7
8
## 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
```