curl -X POST 'https://api.github.com/user/repos' -H 'Content-Type: application/json' -d '{"name":"repositoryName","description":"This is your first repository","homepage":"https://github.com","private":false,"has_issues":true,"has_projects":true,"has_wiki":true}'