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

https://github.com/anandukch/git-liner

A tool to manage github repo from terminal
https://github.com/anandukch/git-liner

github github-config nodejs terminal

Last synced: 3 months ago
JSON representation

A tool to manage github repo from terminal

Awesome Lists containing this project

README

          

Git-liner



A tool for managing github from terminal






## Features

- [x] Create a new repository
- [x] Push the current project to the new repository
- [x] Delete a repository
- [x] Coming soon....

## Installation

```bash
npm install -g git-liner
```

## Usage

```bash
git-liner
```

## Steps

### Create a github access token

- Navigate to github Setting > developer option > personal access token and create a new access token.
- Select the scopes with ***admin previlages***

### Add the token to cli

- On initail run of the cli it will ask for the token.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.