🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

folder-tree-viewer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

folder-tree-viewer

Folder Tree Viewer is a Node.js utility that displays the structure of files and directories in a tree-like format in the command line interface.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Folder Tree Viewer

Folder Tree Viewer is a Node.js utility that displays the structure of files and directories in a tree-like format in the command line interface.

npm

Usage

npx folder-tree-viewer /path/to/directory node_modules
  • <folder_path> is the path to the target folder.
  • [excluded_folders...] (optional) is a list of folders to exclude from the structure display.
folder-tree-viewer
├── dist/
│   ├── index.cjs
│   └── index.esm.js
├── lib/
│   ├── functions.ts
│   └── index.ts
├── node_modules/
├── .gitignore
├── LICENSE
├── README.md
├── lib.code-workspace
├── package.json
├── rollup.config.cjs
├── tsconfig.json
└── yarn.lock

node_modules and folders with the prefix . are automatically excluded from recursive mapping

Keywords

Folder structure

FAQs

Package last updated on 10 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts