-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to use a github url as extension #143
Conversation
Haven't tested/reviewed it, but open to this! I think it doesn't add much complexity and it can come in handy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working great for me both with or without a branch in the URL! Added some nitpicks that can be ignored or fixed later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @damianmarti works nicely! Happy to merge it as it too, but lol agree with rinat's nit 🙌
Thanks @rin-st @technophile-04 for the review! Added the deconstructGithubUrl function! Please, do a final review before merging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! Works great! Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Damu!! and Rinat for the review merging this 🙌
A low-priority draft PR.
A lot of times I tried to use a GitHub url as an extension param when running create-eth, so maybe something like this is useful.
The issue is that the GitHub URL can be wrong. Maybe there is something to avoid that.
This PR is just to open a discussion if this is worth...