Adapt spin new so "decentralized templates" can be provisioned
#57
Closed
jaydrogers
started this conversation in
Ideas
Replies: 1 comment
|
This is being moved into development 🥳 Future updates are here: #74 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
👉 Describe the problem
👥 Problem evidence & reach
YouTube comment (https://www.youtube.com/watch?v=I_dq-kRDztI):
🥰 Describe the "impact" on users?
This would make the community be more self-sustained and improve compatibility for other people to start using Spin.
🏆 How to solve this problem
Change the
spin newcommand to read from other repositoriesWe can change
spin newto read from external GitHub repositories. Think of this working like Docker Hub. There can be two types of repositories:Official template example
That could be under a GitHub repo of
spin/laravel(or something like that).If someone wanted to roll their own template, it would just be:
This would pull from that repository and initialize the project with the files of their choice.
Guides & Documentation
All reactions