pub fn new_repo<F>(name: &str, callback: F) -> (Project, Repository)where
    F: FnOnce(ProjectBuilder) -> ProjectBuilder,
Expand description

Create a new git repository with a project. Returns both the Project and the git Repository.