Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maliksvd/cli-github
a simple cli to get some info from your github account
https://github.com/maliksvd/cli-github
Last synced: 18 days ago
JSON representation
a simple cli to get some info from your github account
- Host: GitHub
- URL: https://github.com/maliksvd/cli-github
- Owner: maliksvd
- Created: 2024-10-28T02:16:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T02:19:06.000Z (3 months ago)
- Last Synced: 2024-12-24T16:47:10.895Z (27 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cli-github
a simple cli to get some info from your github account
## Installation
```bash
pnpm install -g cli-github
```### add your github token to .env
```bash
GITHUB_TOKEN=your-github-token
```## Usage
```bash
clig info
```## License
[MIT](LICENSE)