Skip to content
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

Support extending #13

Open
pizzaisdavid opened this issue Jan 6, 2021 · 0 comments
Open

Support extending #13

pizzaisdavid opened this issue Jan 6, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@pizzaisdavid
Copy link
Contributor

pizzaisdavid commented Jan 6, 2021

As a software developer that uses the centralized-boilerplate package, I want the ability to write new packages that extend other centralized-boilerplate packages.

For example, imagine I have a centralized-package-boilerplate package that applies to all my repositories. It handles the editor configuration and has a GitLab continuous integration (CI) pipeline configuration for basic packages. It has steps for installing, building, testing, and publishing.

I want to have a centralized-service-boilerplate package that extends the one above. It should use keep the editor configuration, but I want to change the CI configuration. The testing step for services is different.

I’m not sure what is the best way to replace the content. It could be a full file replace, or some kind of partial.

@pizzaisdavid pizzaisdavid added the help wanted Extra attention is needed label Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant