-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Add onPostInstall extension hook #438
Comments
This is for starters? Setting up a git repo seems a bit too opionated as the end user might not have git installed or might want to use hg etc. The next version of Gatsby will have plugin support plus more extension APIs. One could be onPostInstall at which point for a custom starter/theme you could create a git repo. |
As a big user of git, I had no problem taking these steps:
However, I'd love to not have to walk others through that. |
For sure, I totally see the use case but I just don't think it should be Are you creating a starter right now?
|
Not yet, this was the first "pain point" I experienced in starting out with gatsby and thinking of follow on users. This is pretty exciting stuff, thanks for building it! |
Ah cool! Yeah, I can imagine a "Github plugin" which installs a starter, creates a git repo, creates repo on Github, pushes the initial commit, then does an initial gh-pages install. That'd be ++. a Thanks for the pain report! Keep them coming. Working on turning Gatsby from a cool hack to a full-fledged product so use case ideas are super helpful. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Alright friendly bot I’ll close it |
All the base setup is there, and I'd love to see this
git init
if it can.The text was updated successfully, but these errors were encountered: