All Projects → sahildua2305 → github-check-cli

sahildua2305 / github-check-cli

Licence: MIT License
CLI for checking GitHub user profile and repositories information

Programming Languages

javascript
184084 projects - #8 most used programming language

github-check-cli

npm version npm

:octocat: 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].