dir-tree-creator
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "dir-tree-creator", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "simple directory tree structure creator based on the given root path", | ||
@@ -5,0 +5,0 @@ "main": "dirTree.js", |
@@ -53,3 +53,3 @@ <p>dir-tree-creator is a node.js module that simply creates an npm like directory tree structure of the given path and returns the string representation of it. It also accepts an array of paths to ignore as an optional argument.</p> | ||
<h6>exp2 result (excluded dir1 as an example):</h6> | ||
```javascript | ||
``` | ||
my root label | ||
@@ -56,0 +56,0 @@ ├─┬ dir2 |
8176