touchp 0.1.1

Create file(s) recursively like `mkdir -p`
# 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