emoji-directory-tree
v1.0.5
Published
A CLI tool to display directory trees with emojis
Readme
Emoji Directory Tree 🌳
A CLI tool to display directory trees with emojis.
Installation
npm install -g emoji-directory-treeUsage
emoji-tree [directory] [options]Options
-d, --depth <number>: Set tree depth level (default: 2)
--no-emoji: Disable emojis
-h, --help: Show helpExamples
# Show current directory tree with depth 2
emoji-tree
# Show specific directory with depth 3
emoji-tree /path/to/dir -d 3
# Show without emojis
emoji-tree --no-emojiLicense
MIT
