Function crossbundle_tools::commands::create_project
source · [−]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.