Skip to content

Download the contents of a given directory from a repository on GitHub.

License

Notifications You must be signed in to change notification settings

devsu/github-download-directory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-download-directory

Download the contents of a given directory from a repository on GitHub.

Only works in node 8+ (because async/await is too cool).

Usage

Best used from the command line:

> github-download-directory gulpjs/gulp docs

Or programatic:

var download = require('github-download-directory');

download('gulpjs', 'gulp', 'docs').then(console.log, console.error);

License

MIT

About

Download the contents of a given directory from a repository on GitHub.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%