jolheiser
e38d07554c
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
clone
Clone projects into a common GOPATH-like structure.
Uses the base path (in order of preference):
$(CLONE_DIR)
$(UserHomeDir)/code
clone git.jojodev.com/jolheiser/clone.git
by default, on a Linux machine, would clone to /home/<user>/code/git.jojodev.com/jolheiser/clone
To cd
into a newly cloned (or initialized) project:
cd $(clone --last)