construct icon indicating copy to clipboard operation
construct copied to clipboard

Add new feature to create a GitHub repository based on package name

Open raphaelstolt opened this issue 9 years ago • 2 comments

To reduce the manual steps left to the package author, it would be nice to have the possibility to create the GitHub repository for the constructed package.

raphaelstolt avatar Apr 22 '16 22:04 raphaelstolt

We can use https://github.com/KnpLabs/php-github-api for this. We'll have to see how to go about user authentication. Any suggestions?

jonathantorres avatar Apr 23 '16 16:04 jonathantorres

+1 on the GitHub API client. For auth I would suggest using the GitHub API token which can be set in an .env file.

raphaelstolt avatar Apr 23 '16 18:04 raphaelstolt