Skip to content

Instantly share code, notes, and snippets.

@farnetani
Created December 28, 2017 00:34
Show Gist options
  • Save farnetani/288c28b644969b167f93a42f02e00688 to your computer and use it in GitHub Desktop.
Save farnetani/288c28b644969b167f93a42f02e00688 to your computer and use it in GitHub Desktop.
## Options
**dir** - `process.cwd()` by default
**ignore** - `['.git', '.gitkeep', '.gitignore', 'node_modules']` by default
**depth** - `Infinity` by default (how deep in the tree to traverse)
**onlyDirs** - `false` by default (how mnuch t)
Exemplo de uso: passando o parametro depth=100 e onlyDirs=true
<!-- AUTO-GENERATED-CONTENT:START (DIRTREE:dir=./src&depth=100&onlyDirs=true) -->
<!-- AUTO-GENERATED-CONTENT:END -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment