# touchp
> Like `touch` but create file(s) recursively like `mkdir -p`
## Install
```sh
cargo install touchp
```
## How to use
```sh
touchp index.html # create file
touchp src/http/server.rust # create file including the parent directory if does not exists
```
## License
MIT License