github-check-cli

CLI for checking GitHub user profile and repositories information


Keywords
github, cli, github-check, command, line, tool, repos, repositories, user, profile, info, information
License
MIT
Install
npm install github-check-cli@1.0.4

Documentation

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