troygoode / node-require-directory

Recursively iterates over specified directory, requiring each file, and returning a nested hash structure containing those libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recurse depth limit

arieljake opened this issue · comments

perhaps allow recurse to be provided as an integer which gets decremented every time we recurse so that we can limit the levels we descend, instead of just true/false?