Created
December 28, 2017 00:34
-
-
Save farnetani/288c28b644969b167f93a42f02e00688 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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