create-project

create-project script downloads a project template and adjusts all relative paths for tools.

SYNPOSIS

./create-project [options…]

DESCRPTION

create-project downloads a project template from ONNC bench github website. It also modifies all environment variables and paths for current workspace.

-t TEMPLATE

The name of the template.

-o STRING

The name of the project.

-l

List all available template projects

--help

Show this manual.

EXAMPLE

[host:my_workspace]$ ls
create-project build-project deploy-project

[host:my_workspace]$ ./create-project -t vww -o my_project
[Download vww example]
[Create `my_project`]
[Done]