dir_tree
Version:
Creates a Searchable, Sortable & Printable Tree For Stated Directory Path.
24 lines (23 loc) • 496 B
JSON
{
"name": "dir_tree",
"version": "4.2.6",
"description": "Creates a Searchable, Sortable & Printable Tree For Stated Directory Path.",
"main": "dir_tree.js",
"author": "Ankur Dandecha",
"repository": {
"type": "git",
"url": "https://github.com/DandechaAnkur/NodeJS-Directory-Tree"
},
"bin": {
"dtree": "./bin/cli - dtree.js"
},
"licence": "ISC",
"keywords": [
"Directory",
"Tree",
"Hierarchy",
"Searchable",
"Sortable",
"Printable"
]
}