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
- Host: GitHub
- URL: https://github.com/myferr/yoink-js
- Owner: myferr
- Created: 2024-02-10T05:57:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T07:12:03.000Z (almost 2 years ago)
- Last Synced: 2025-09-18T06:46:51.375Z (10 months ago)
- Topics: cli, git, github, javascript
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.