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.
cargo generate ...