1.0.41 • Published 4 years ago

quick-github-downloader v1.0.41

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Quick-Github-Downloader

Downloads the files from a github repository (and you can specify which directory to grab) and puts them in a specified output folder - all in js.

All it does:

const githubDownloader = require('quick-github-downloader');

githubDownloader(repository, githubSubdir, outputDir, callback);

This will download the repository, select the sub dir you want, copy it to the output directory and delete the other unneeded stuff.

For example,

githubDownloader('Cornchipss/Quick-Github-Downloader', '/sample', './test-output', () =>
{
    console.log('Shazam!');
    // do stuff with the downloaded files located in ./test-output
});
1.0.41

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago