-
-
Notifications
You must be signed in to change notification settings - Fork 840
Wildcard-include tasks from a dir #1678
Copy link
Copy link
Open
Labels
area: includesChanges related to included taskfiles.Changes related to included taskfiles.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.
Metadata
Metadata
Assignees
Labels
area: includesChanges related to included taskfiles.Changes related to included taskfiles.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.
Type
Fields
Give feedbackNo fields configured for feature.
I was thinking about a possibility of having a directory full of individual task files and just including the entire directory of tasks without having to specify all of them one by one.
This way, one would be able to make compositions from predefined tasks suitable for a need.
For example, in large teams working on various projects, one person might have different needs than the other (e.g. OS or tooling-wise).
My proposal is mostly aimed at working in an environment with multiple people to be able to share tasks.
For example, consider this definition:
Or something along those lines - just being able to include all (we have hundreds) of tasks and be able to share across the teams.
Thoughts?