[][src]Function creator_tools::commands::create_project

pub fn create_project(
    current_dir: &Path,
    name: &str,
    git: &str,
    branch: &Option<String>
) -> Result<()>

Creates a new project. Runs cargo generate ... with given args.