| Crates.io | touchp |
| lib.rs | touchp |
| version | 0.1.1 |
| created_at | 2025-03-07 08:52:04.790802+00 |
| updated_at | 2025-03-07 10:17:32.067816+00 |
| description | Create file(s) recursively like `mkdir -p` |
| homepage | |
| repository | https://github.com/iguntur/touchp |
| max_upload_size | |
| id | 1582542 |
| size | 6,839 |
Like
touchbut create file(s) recursively likemkdir -p
cargo install touchp
touchp index.html # create file
touchp src/http/server.rust # create file including the parent directory if does not exists
MIT License