github-check-cli

1.0.4 • Public • Published

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

/github-check-cli/

    Package Sidebar

    Install

    npm i github-check-cli

    Weekly Downloads

    2

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • sahildua2305