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
- Host: GitHub
- URL: https://github.com/iguntur/touchp
- Owner: iguntur
- License: mit
- Created: 2025-03-05T19:33:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T10:16:41.000Z (3 months ago)
- Last Synced: 2025-03-07T11:22:55.022Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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