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

https://github.com/andrewpetrochenkov/github-create

:octocat: create github repo
https://github.com/andrewpetrochenkov/github-create

cli github

Last synced: about 1 month ago
JSON representation

:octocat: create github repo

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/github-create.svg?maxAge=3600)](https://pypi.org/project/github-create/)
[![](https://img.shields.io/npm/v/github-create.svg?maxAge=3600)](https://www.npmjs.com/package/github-create)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/github-create/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/github-create/actions)

### Installation
```bash
$ [sudo] pip install github-create
```

```bash
$ [sudo] npm i -g github-create
```

#### Config
```bash
$ export GITHUB_TOKEN=""
```

#### Examples
```bash
$ github-create repo1 repo2
$ github-create my_org/repo1 my_org/repo2
```


readme42.com