https://github.com/code-hex/ghp
Create a new project on the ghq root
https://github.com/code-hex/ghp
Last synced: 9 months ago
JSON representation
Create a new project on the ghq root
- Host: GitHub
- URL: https://github.com/code-hex/ghp
- Owner: Code-Hex
- License: mit
- Created: 2018-03-04T03:02:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T12:03:49.000Z (over 7 years ago)
- Last Synced: 2025-02-05T12:43:49.330Z (10 months ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghp(1)
Create a new project on the [ghq](https://github.com/motemen/ghq) root
# Synopsis
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](https://github.com/peco/peco) and ghq. see [sample usage](https://github.com/peco/peco/wiki/Sample-Usage#pecoghq--ghq--peco-miyagawa)
# Installation
go get github.com/Code-Hex/ghp/cmd/ghp