@louislarry/github-cli
v1.1.5
Published
interact with github from cli
Downloads
13
Readme
github-cli
- Create/delete github repo from cli
- Open repo/issues page in a browser
Install
Install as global then run setup
npm install @louislarry/github-cli -g
github setup
Generate github personal access token with https://github.com/settings/tokens/new
Usage
# list repo
github list
github list bagubagu
# create a new repo
github create my-new-repo
# delete a repo
github delete my-stinky-repo -u mygithubusername
# open repo's page in a browser
github open
# open repo's issues in a browser
github issues
# help
github --help
Contribute
Pull Requests are welcome. Please follow Airbnb Javascript Style Guide
License
MIT