Description
This PR replaces the use of hub to create repositories with usage of the Github API using the Octokit gem.
The downside of this approach is that the user must enter a Personal Access Token to authenticate. An alternative would be to keep using hub, but if hub fails to use this as a second approach.
Description This PR replaces the use of hub to create repositories with usage of the Github API using the Octokit gem.
The downside of this approach is that the user must enter a Personal Access Token to authenticate. An alternative would be to keep using hub, but if hub fails to use this as a second approach.
Closes #238