jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

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

Open raphaelstolt opened 8 years ago

raphaelstolt commented 8 years ago

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.

jonathantorres commented 8 years ago

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?

raphaelstolt commented 8 years ago

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