New

Description

Create a new project directory containing the minimal configuration files to run a first build.

my_project/
├── .gitignore
├── dataset.toml
├── module.toml
├── README.md
├── src
└── target.toml

Synopsys

edifice new [option] name

Options

--help: Display command description and options.

Examples

edifice new my_project