Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gm0stache committed Jan 27, 2024
1 parent 959270d commit 47521a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# utils
Some small cli helper programs.

## mkf
Allows to create a file under an arbitrary path. creates the file and all missing parent dir's.

```shell
go install github.com/gm0stache/utils/cmd/mkf@latest
```

0 comments on commit 47521a2

Please sign in to comment.