Skip to content

directory-manager

DirectoryTreeListOptions

Options for listing directory tree contents.

Kind: global typedef
Properties

NameTypeDescription
[exclude]Array.<string>Patterns to exclude from the tree.
[include]Array.<string>Patterns to include in the tree.
[mainPath]stringMain path for relative calculations.
srcPathstringSource path of the directory to list.
[tree]Array.<FileTree>Existing tree to append to, if available.

Released under the MIT License.