ghq 1.7.1
Manage remote repository clones
ghq
provides a way to organize remote repository clones, like go get
does. When you clone a remote repository by ghq get
, ghq makes a directory under a specific root directory (by default ~/ghq
) using the remote repository URL's host and path.
- Outputs:
out
- Website: https://github.com/x-motemen/ghq
- Licenses: Expat
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghq 1.7.1
as follows:
guix install ghq@1.7.1
Or install the latest version:
guix install ghq
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.