git-downloader
A tool to download projects from a git repository
Linux | OSX | Windows | Coverage | Dependencies | DevDependencies |
---|---|---|---|---|---|
Have a problem? Come chat with us!
Installation
$ [sudo] npm install git-downloader --save
Examples
var gitDownloader = ;var options = source: 'test' ;// Downloads project from source to current working dir;options =source: 'test'destination: 'dest';// Downloads project from source to destination;
Run Tests
$ npm test