git-liner
v1.2.2
Published
A command line tool to interact with github
Downloads
6
Maintainers
Readme
Features
- [x] Create a new repository
- [x] Push the current project to the new repository
- [x] Delete a repository
- [x] Coming soon....
Installation
npm install -g git-liner
Usage
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.