pub fn new<F>(name: &str, callback: F) -> Projectwhere F: FnOnce(ProjectBuilder) -> ProjectBuilder,
Create a new git repository with a project.