An open API service indexing awesome lists of open source software.

https://github.com/tommy-mitchell/gh-user-cli

Open the GitHub or NPM profile of the given or current user.
https://github.com/tommy-mitchell/gh-user-cli

Last synced: 3 months ago
JSON representation

Open the GitHub or NPM profile of the given or current user.

Awesome Lists containing this project

README

        

# gh-user-cli

Open the GitHub or NPM profile of the given or current user.

## Install

```sh
npm install --global gh-user-cli
```

Other Package Managers

```sh
yarn global add gh-user-cli
```

## Usage

```sh
Usage
$ gh-user [name] […]

Options
--npm -n Open the NPM profile of the given or current user

Examples
$ gh-user tommy-mitchell sindresorhus
$ gh-user -n
```

## Related

- [npm-home](https://github.com/sindresorhus/npm-home) - Open the npm page, Yarn page, or GitHub repo of a package.
- [npm-user-cli](https://github.com/sindresorhus/npm-user-cli) - Get user info of an npm user.