Skip to content

[ENHANCEMENT] Merge template into a single directory #34

@mtfishman

Description

@mtfishman

Currently, the template is split into multiple directories in templates so parts can be selected when generating or updating packages, which is the design of PkgSkeleton.generate which we are calling out to. Instead, I think it would be better to merge them into a single template, and allow specifying a list of folders or files of that template to include or ignore when generating or updating packages.

An issue is that it may require invasive changes to PkgSkeleton.generate or rewriting a lot of that package here, which isn't ideal. However, we could still use PkgSkeleton.generate by creating temporary directories out of the selected folders and files so it still matches the folder structure expected by PkgSkeleton.generate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions