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

Fabricators.localPath should read subdirectories #40

Open
woeps opened this issue Mar 12, 2020 · 0 comments
Open

Fabricators.localPath should read subdirectories #40

woeps opened this issue Mar 12, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request library issues regarding the library Refabricator

Comments

@woeps
Copy link
Owner

woeps commented Mar 12, 2020

Currently the localPath fabricator ignores any subdirectories. These shall be read in recursively.

A directory structure like the following:

mdDir
  + - subdir
  |   | 10.md
  |   + - subsubdir
  |   |   | 20.md
  | 00.md
  | 01.md   

Should yield fabrics named like (given mdDir was given as path):

  • 00.md
  • 01.md
  • subdir/10.md
  • subdir/subsubdir/20.md
@woeps woeps added enhancement New feature or request library issues regarding the library Refabricator labels Mar 12, 2020
@woeps woeps self-assigned this Mar 12, 2020
@woeps woeps added this to the Proof of concept milestone Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request library issues regarding the library Refabricator
Projects
None yet
Development

No branches or pull requests

1 participant