Skip to content

Commit

Permalink
docs: adjust readme structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gm0stache committed May 8, 2024
1 parent f267a83 commit 39a58d4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# 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.

#### usage
#### installation

```shell
mkf ./new-dir/new-file.dev.env
go install github.com/gm0stache/utils/cmd/mkf@latest
```

#### installation
#### usage

```shell
go install github.com/gm0stache/utils/cmd/mkf@latest
mkf ./new-dir/new-file.dev.env
```

0 comments on commit 39a58d4

Please sign in to comment.