Create project
Creates a project file at the selected path
Function CreateProject(Val Path) Export
Parameter | CLI option | Type | Required | Description |
---|---|---|---|---|
Path | --path | String | ✔ | Project filepath |
Returns: Structure Of KeyAndValue - Creating result
- Bash
- CMD/Bat
melezh CreateProject \
--path "/proj.melezh"
melezh CreateProject ^
--path "/proj.melezh"
Result
{
"result": true,
"message": "The project file has been successfully created!",
"path": "/proj.melezh"
}