Skip to content

A simple JavaScript CLI to clone GitHub repositories

Notifications You must be signed in to change notification settings

myferr/yoink-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yoink.js 🟨

yoink.js is a clone of my better-git-clone but instead of Python it's built with JavaScript.

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.

About

A simple JavaScript CLI to clone GitHub repositories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published