Create a new project on the ghq root
ghp newProjectName # It will make directory on ghq root and git init
cd $(ghp newProjectName) # easy to change directory
or
ghp --with-license newProjectName
also you can use combination with peco and ghq. see sample usage
go get github.com/Code-Hex/ghp/cmd/ghp
