2 releases
new 0.1.1 | Mar 7, 2025 |
---|---|
0.1.0 | Mar 7, 2025 |
#488 in Filesystem
37 downloads per month
4KB
touchp
Like
touch
but create file(s) recursively likemkdir -p
Install
cargo install touchp
How to use
touchp index.html # create file
touchp src/http/server.rust # create file including the parent directory if does not exists
License
MIT License