construct
construct copied to clipboard
Add new feature to create a GitHub repository based on package name
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.
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?
+1 on the GitHub API client. For auth I would suggest using the GitHub API token which can be set in an .env file.