hr-tree

1.0.5 • Public • Published

hr-tree

List, Treefy and Untreefy Directories

Installation :

npm install hr-tree

Installation

Usage :

const hrtree = require("hr-tree")

hrtree(parametre1, parametre2, parametre3)

Usage Example

Parameters to be passed :

  View as List : ("view", "<Source Path>" , "-l")
  View as Tree : ("view:, "<Source Path>" , "-t")
  Treefy : ("treefy", "<Source Path>" , "<Destination Path>")
  (Proper Metadata.json file is required)
  UnTreefy : ("untreefy", "<Source Path>" , "<Destination Path>")

Note : MetaData.json will be stored in Destination Directory.

Prequested Modules :

  1. UUID : For generating Random File Names while Untreefying.

    npm install uuid

Package Sidebar

Install

npm i hr-tree

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

41 kB

Total Files

10

Last publish

Collaborators

  • hosted-repos