Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryoppippi/gh-cr
A simple script to create a GitHub repo and pull with ghq
https://github.com/ryoppippi/gh-cr
gh-extension
Last synced: about 2 months ago
JSON representation
A simple script to create a GitHub repo and pull with ghq
- Host: GitHub
- URL: https://github.com/ryoppippi/gh-cr
- Owner: ryoppippi
- License: mit
- Created: 2023-10-17T08:54:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T20:07:36.000Z (about 1 year ago)
- Last Synced: 2023-10-18T13:10:58.313Z (about 1 year ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-cr
A simple script to create a GitHub repo and pull with [ghq](https://github.com/x-motemen/ghq)
Based on this [ article ](https://qiita.com/ryo2132/items/2a29dd7b1627af064d7b#%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA%E3%81%AE%E4%BD%9C%E6%88%90) by @ryo2132
# Requirements
- [gh](https://cli.github.com/manual/gh_extension)
- [fzf](https://github.com/junegunn/fzf)# Install
```sh
gh extension install ryoppippi/gh-cr
```