https://github.com/klippx/github_cli
https://github.com/klippx/github_cli
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/klippx/github_cli
- Owner: klippx
- Created: 2016-09-30T08:51:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T11:34:26.000Z (almost 9 years ago)
- Last Synced: 2025-06-10T20:46:29.562Z (about 1 month ago)
- Language: Elixir
- Size: 5.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GithubCli
A cool tool to do some github stuff from the shell
## Configure .env file
In order to do stuff on github you need to create an API key that has access to managing repos.
Initialize .env: `cp .env.example .env`
Edit `.env` and paste your API key
Source .env into your shell: `source .env`
## Usage
### Create a new repo
Create a new empty repo
`./github_cli create_repo `