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

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

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/github-description.svg?maxAge=3600)](https://pypi.org/project/github-description/)
[![](https://img.shields.io/npm/v/github-description.svg?maxAge=3600)](https://www.npmjs.com/package/github-description)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/github-description/workflows/tests42/badge.svg)](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
```


readme42.com