Skip to content

Conversation

@tvanhens
Copy link
Contributor

  • Adds the ability to compose templates via extend keyword in manifest files.
  • Composed templates compose by merging their files and dependencies.
  • Broke out shared parts of template into base template.
  • Refactored default to extend base.
  • Added new devx-experimental template which extends base.

- Adds the ability to compose templates via `extend` keyword in manifest files.
- Composed templates compose by merging their files and dependencies.
- Broke out shared parts of template into `base` template.
- Refactored `default` to extend `base`.
- Added new `devx-experimental` template which extends `base`.
@@ -0,0 +1,5 @@
{
"extend": "base",
"devDependencies": ["fl-exp"],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is published to npm?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah although this is just a placeholder. I assume we'd be using a different name when/if we decide this is the right direction.

@tvanhens tvanhens merged commit 3e0dd6c into main Sep 16, 2022
@tvanhens tvanhens deleted the tyler/devx-template branch September 16, 2022 18:06
@github-actions
Copy link

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants