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

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

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