folder-cli
v0.0.4
Published
CLI tool to read folder structure and copy to clipboard
Downloads
4
Maintainers
Readme
Folder Tree CLI
CLI tool to scan folder structure and automatically copy to clipboard.
🚀 Installation
npm install -g folder-cli📖 Usage
folder-cli /path/to/folder
folder-cli /path/to/folder --depth 5 --format list --ignore "node_modules,.git,dist"⚙️ Options
-d, --depth <number>: Maximum depth (default: 10)-i, --ignore <patterns>: Patterns to ignore, separated by commas-f, --format <type>: Output format: tree|list|json (default: tree)
🛠️ Development
npm install
npm test
npm link📄 License
MIT
