@relbns/github-cloner
v1.0.1
Published
Github Cloner is a CLI tool for cloning Github repositories with interactive lists in the terminal. the tool lists your repositories and sorts them by owners (users and organizations) and by name. choosing the repo will clone it to the current directory i
Downloads
2
Maintainers
Readme
Github Cloner
Interactive Github repositories cloner
Github Cloner is a CLI tool for cloning Github repositories with interactive lists in the terminal. the tool lists your repositories and sorts them by owners (users and organizations) and by name. choosing the repo will clone it to the current directory if it's not already cloned there.
Pre requisit
- node installed
- Github account with github token go to github how to
after the token creation add export GITHUB_TOKEN=<personal_token>
to your .bash_profile / .zshrc file
to validate open a new terminal and run: env | grep GITHUB_TOKEN
Installation
npm install github-cloner
Development
- clone the repo to your local machine
- npm install
- npm start
cd github-cloner
npm install
npm start
License
MIT