When creating a new project the name field in the Hatch.yml file is ""
$ ls
Hatch.yml hatch_modules linux.tup src target test
plant /usr/dataplus/foobar
$ cat Hatch.yml
---
name: ""
version: 0.0.1
kind: Static
compiler_options:
compiler: g++
compiler_flags: "-c"
linker_flags: "-v"
arch: X64
target: Debug
When creating a new project the name field in the Hatch.yml file is ""