https://github.com/andrewpetrochenkov/github-description
:octocat: get/set github repo description
https://github.com/andrewpetrochenkov/github-description
cli github
Last synced: about 2 months ago
JSON representation
:octocat: get/set github repo description
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/github-description
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-02-24T13:22:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T20:57:16.000Z (over 5 years ago)
- Last Synced: 2025-02-23T00:02:52.495Z (over 1 year ago)
- Topics: cli, github
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/github-description/)
[](https://www.npmjs.com/package/github-description)[](https://unlicense.org/)
[](https://github.com/andrewp-as-is/github-description/actions)
### Installation
```bash
$ [sudo] pip install github-description
```
```bash
$ [sudo] npm i -g github-description
```
#### Config
```bash
$ export GITHUB_TOKEN=""
```
#### Examples
```bash
$ python -m github_description repo "new desc"
$ python -m github_description repo
new desc
```