onnc-create

onnc-create creates a workspace of ONNC bench. Users can create, build and deploy projects in a workspace.

SYNPOSIS

onnc-create [option] [name of workspace]

DESCRIPTION

A directory named [name of workspace] should be created. onnc-create prepares three scripts, create-project, build-project and deploy-project, in the workspace directory. Developers can customize these scripts as needed.

--version

Show the version.

--help

Show this manual.

EXAMPLE

[host:~]$ onnc-create my_ws
[/home/user1] create directory structure
[/home/user1] generate scripts
[/home/user1] Done

[host:~]$ ls -l
my_ws