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

https://github.com/myferr/yoink-js

A simple JavaScript CLI to clone GitHub repositories
https://github.com/myferr/yoink-js

cli git github javascript

Last synced: 4 months ago
JSON representation

A simple JavaScript CLI to clone GitHub repositories

Awesome Lists containing this project

README

          

# yoink.js 🟨

yoink.js clones GitHub repositories from the command-line using JavaScript.

# How to install yoink.js 👋

Run in your command line the following command:
> This requires Git. 👍
```
git clone https://github.com/myferr/yoink-js/
```

# How to use. 🚀

To use yoink.js go into the `yoink-js` directory using your command line and run `npm start` in your command line
this will run yoink.js in your command line, prompting you with the questions:

* What is the owner of the GitHub repository's username?
* What is the name of the GitHub repository?

Once you enter the owner's username and the repository name it will clone it into a folder named after the repository.