Thanks for creating this generator. It certainly made my life easier in setting up Aurelia.
However, I keep failing to finish the install because of the rate limiting issue in unauthenticated requests to the Github API.
I looked through the code and it seems like we can send authenticated requests to resolve the rate limiting issue. So I have added a few lines of code to use our github access token through our environment variables.
Please review and let me know if you have any issues.
Hi @zewa666 ,
Thanks for creating this generator. It certainly made my life easier in setting up Aurelia.
However, I keep failing to finish the install because of the rate limiting issue in unauthenticated requests to the Github API.
I looked through the code and it seems like we can send authenticated requests to resolve the rate limiting issue. So I have added a few lines of code to use our github access token through our environment variables.
Please review and let me know if you have any issues.
Thanks very much! ZenVisuals