Skip to main content

create_repository

Function create_repository 

Source
pub fn create_repository(token: &str, name: &str) -> Result<String, String>
Expand description

Creates a new public GitHub repository. Returns the repository full name (e.g., “username/repo”).