Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gm0stache/utils
Some small cli helper programs.
https://github.com/gm0stache/utils
Last synced: about 1 month ago
JSON representation
Some small cli helper programs.
- Host: GitHub
- URL: https://github.com/gm0stache/utils
- Owner: gm0stache
- License: gpl-3.0
- Created: 2024-01-27T20:10:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T22:50:37.000Z (8 months ago)
- Last Synced: 2024-06-21T17:05:11.613Z (7 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
#### installation
```shell
go install github.com/gm0stache/utils/cmd/mkf@latest
```#### usage
```shell
mkf ./new-dir/new-file.dev.env
```