1.1.1 • Published 7 months ago

@alexgreb/tree-path v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

tree-path

List contents of directories in tree-like format.

Usage

First you'll want to run this command in your project's root folder:

$ npm install tree-path

cmd/shell

tree-path

Output:

your path
├── .gitignore
├── bin
│   └── tree-path.js
├── node_modules
│   └── mri
│       ├── lib
│       │   ├── index.js
│       │   └── index.mjs
│       ├── license.md
│       ├── package.json
│       └── readme.md
├── package-lock.json
├── package.json
└── README.md

4 directories, 10 files

Options

OptionAliasDescriptionExample
--depth-dSpecify depth of treetree-path --depth 3
1.1.1

7 months ago

1.1.0

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago