folder-tree-viewer
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i folder-tree-viewer

Weekly Downloads

11

Version

1.0.1

License

MIT

Unpacked Size

214 kB

Total Files

5

Last publish

Collaborators

  • saneksa20