Skip to Content

Initialize a DeltaTwin® project

To initialize your DeltaTwin® project, follow the steps below:

Create or enter a target root directory on local disk

Run deltatwin component init <project_name>

deltatwin component init <project_name>

Example:

deltatwin component init rotation_dt

A sub-directory will be created with the given project_name.

Run cd <project_name>

cd <project_name>

Example:

cd rotation_dt

The resulting project structure is like:

    • manifest.json
    • workflow.yml
    • models