Project Commands
dcr new <name>
Creates a new project with a standard structure and dcr.toml. The name argument is required.
dcr new my-app
Generates:
dcr.tomlwith basic fieldssrc/main.cwith amaintemplate
dcr init
Initializes a DCR project in the current (empty) directory.
mkdir app && cd app
dcr init
The project name is taken from the current directory name.