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.
- Host: GitHub
- URL: https://github.com/tommy-mitchell/gh-user-cli
- Owner: tommy-mitchell
- License: mit
- Created: 2023-08-29T20:13:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T06:20:47.000Z (11 months ago)
- Last Synced: 2025-01-30T20:06:02.497Z (4 months ago)
- Language: TypeScript
- Homepage: https://npm.im/gh-user-cli
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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 userExamples
$ 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.