Glob support
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 201
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Would be great if you could glob paths like this. I am currently hacking on a workaround, will submit a PR if I get it working.
files:
- template: "**/*.swift"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the YAML configuration handling for the files.template path in the Genesis repository, then trace how template paths are resolved. Define done as accepting a glob such as **/*.swift and expanding it to the matching files without breaking existing path behavior; add or run the relevant tests once their location is identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift, yaml
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100