This repository has been archived on 2022-02-25. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
jolheiser 9700356e09
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
Add woodpecker
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-02-24 22:23:11 -06:00
.gitignore Initial commit 2022-02-24 22:17:39 -06:00
.woodpecker.yml Add woodpecker 2022-02-24 22:23:11 -06:00
LICENSE Initial commit 2022-02-24 22:17:39 -06:00
README.md Initial commit 2022-02-24 22:17:39 -06:00
go.mod Initial commit 2022-02-24 22:17:39 -06:00
go.sum Initial commit 2022-02-24 22:17:39 -06:00
main.go Initial commit 2022-02-24 22:17:39 -06:00

README.md

clone

Clone projects into a common GOPATH-like structure.

Uses the base path (in order of preference):

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)

License

MIT