1.0.1 • Published 6 months ago

@relbns/github-cloner v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

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