repository
0.0.0-20240906202536-e22015ce4983
Repository: https://github.com/raulviigipuu/gitkeep.git
Documentation: pkg.go.dev
# README
gitkeep
CLI utility to add and remove .gitkeep files to directories.
run
go run ./cmd/gitkeep/main.go /path/to/directory
gitkeep /path/to/directory (default ".")
install
Assuming GOPATH and GOBIN is set.
go install ./cmd/gitkeep