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
- Host: GitHub
- URL: https://github.com/anandukch/git-liner
- Owner: anandukch
- Created: 2023-05-03T08:35:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T20:04:50.000Z (over 2 years ago)
- Last Synced: 2024-10-30T00:16:10.934Z (over 1 year ago)
- Topics: github, github-config, nodejs, terminal
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.