Skip to main content

execute_new

Function execute_new 

Source
pub async fn execute_new(project_name: &str) -> Result<(), NewError>
Expand description

Execute new command to create a project from template

§Arguments

  • &str: Name of the project to create

§Returns

  • Result<(), NewError>: Success or error