Skip to content

utility that displays the structure of files and directories in a tree-like format in the command line interface.

License

Notifications You must be signed in to change notification settings

saneksa/folder-tree-viewer

Repository files navigation

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 <folder_path> [excluded_folders...]
  • <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

About

utility that displays the structure of files and directories in a tree-like format in the command line interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published