@louislarry/github-cli

interact with github from cli


License
MIT
Install
npm install @louislarry/github-cli@1.1.0

Documentation

Codeship Status for louislarry/github-cli Code Climate Test Coverage Issue Count

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