1.0.4 • Published 8 years ago

github-check-cli v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

github-check-cli

npm version npm

CLI for checking GitHub user profile and repositories information

Demo

Demo GitHub Check CLI

Install

$ npm install -g github-check-cli

Usage

Commands available

$ github <command> [arguments]

Commands:
  user  Fetch information about any GitHub user
  repo  Fetch information about any GitHub repository

Options:
  -h, --help  Show help                             [boolean]
  

Command user

$ github user <github_username>

Options:
  -h, --help  Show help                             [boolean]

Examples:
  $ github user sahildua2305

Command repo

$ github repo <repo_owner_username> <repo_name>

Options:
  -h, --help  Show help                             [boolean]

Examples:
  $ github repo sahildua2305 github-check-cli

More NodeJS Modules

License

MIT © Sahil Dua