Skip to main content

try_create_project

Function try_create_project 

Source
fn try_create_project(name: &str, no_git: bool) -> Result<()>
Expand description

Inner fallible implementation of create_project.

Returns io::Error if any filesystem operation or git init fails.