autogit 0.1.0

An interactive CLI tool to automate operations on GitHub using its API
# Autogit

An interactive CLI tool to automate operations on GitHub using its API

## Usage

    ./autogit

## Features

1. Create a repository
2. List all repositories
3. Delete a repository

## Requirements
1. A GitHub Token
2. Have `GITHUB_TOKEN` and `GITHUB_USER` set as environment vars

## Images

Menu

![](./img/options_menu.png)

Respository list (LR option)

![](./img/repo_list.png)