| Crates.io | burrow-io |
| lib.rs | burrow-io |
| version | 0.0.1 |
| created_at | 2025-08-12 13:40:23.146061+00 |
| updated_at | 2025-08-12 13:40:23.146061+00 |
| description | A smarter mkdir -p/touch fusion |
| homepage | https://github.com/elaurentium/burrow |
| repository | https://github.com/elaurentium/burrow |
| max_upload_size | |
| id | 1792005 |
| size | 32,321 |
Create a CLI tool in Rust that can create directories and files based on command-line arguments.
clap for command-line argument parsingb <path1> <path2> ... <pathN>
Examples:
b src/bin/main.rs
b src/lib.rs tests/
b src/ tests/ README.md
##MacOs
brew install burrow
##Cargo instalation
cargo install burrow
##Ubuntu/Debian
sudo apt install burrow