platanus / potassium

A Rails application generator by Platanus, inspired by Suspenders
MIT License
232 stars 17 forks source link

GitHub octokit #323

Closed agomezcampero closed 4 years ago

agomezcampero commented 4 years ago

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