-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create multi-extension template #486
Comments
This sounds more like submodules than subtrees, but I guess we'll see how it looks when someone investigates. |
Testing Steps:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As an extension developer, I want to create multiple extensions together and run them in Platform.Bible together in order to develop quickly and efficiently as well as to organize my code.
As a core developer, I want to create multiple extensions together and run them in Platform.Bible together in order to have one repository for the Paratext.Bible extensions where all my changes show up together for efficiency and organization.
We may be able to use merging subtrees to create a multi-extension template. We could have one repo that is a multi-extension template that has webpack config and such to support running multiple copies of the single extension template inside its
src
folder or something. There would be a bunch of extra config files in each extension folder that aren't typically used, but it would probably help merging to work more smoothly. And you could probably run each extension individually this way, too, which would be a benefit in some cases like if we made some sample extension repo that had a ton of little extensions in it.The text was updated successfully, but these errors were encountered: