An open API service indexing awesome lists of open source software.

https://github.com/iguntur/touchp

Create file with the parent dir if doesn't exists
https://github.com/iguntur/touchp

Last synced: 3 months ago
JSON representation

Create file with the parent dir if doesn't exists

Awesome Lists containing this project

README

        

# 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